#[repr(C)]pub struct k_thread_runtime_stats {}
Trait Implementations§
Source§impl Debug for k_thread_runtime_stats
impl Debug for k_thread_runtime_stats
Source§impl Default for k_thread_runtime_stats
impl Default for k_thread_runtime_stats
Source§fn default() -> k_thread_runtime_stats
fn default() -> k_thread_runtime_stats
Returns the “default value” for a type. Read more
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