pub struct FreeRtosHooks { /* private fields */ }Implementations§
Source§impl FreeRtosHooks
impl FreeRtosHooks
Trait Implementations§
impl Sync for FreeRtosHooks
Auto Trait Implementations§
impl !Freeze for FreeRtosHooks
impl !RefUnwindSafe for FreeRtosHooks
impl Send for FreeRtosHooks
impl Unpin for FreeRtosHooks
impl UnsafeUnpin for FreeRtosHooks
impl UnwindSafe for FreeRtosHooks
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