Struct bare_metal::CriticalSection
source · [−]pub struct CriticalSection { /* private fields */ }
Expand description
Critical section token
Indicates that you are executing code within a critical section
Implementations
Auto Trait Implementations
impl RefUnwindSafe for CriticalSection
impl Send for CriticalSection
impl Sync for CriticalSection
impl Unpin for CriticalSection
impl UnwindSafe for CriticalSection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more