#[repr(C)]pub struct k_thread_runtime_stats {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for k_thread_runtime_stats
impl RefUnwindSafe for k_thread_runtime_stats
impl Send for k_thread_runtime_stats
impl Sync for k_thread_runtime_stats
impl Unpin for k_thread_runtime_stats
impl UnwindSafe for k_thread_runtime_stats
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more