pub struct TASKS_STOP { /* private fields */ }Expand description
Stop RTC COUNTER
Implementations§
Auto Trait Implementations§
impl !Freeze for TASKS_STOP
impl !RefUnwindSafe for TASKS_STOP
impl Send for TASKS_STOP
impl !Sync for TASKS_STOP
impl Unpin for TASKS_STOP
impl UnsafeUnpin for TASKS_STOP
impl UnwindSafe for TASKS_STOP
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