pub struct SingleCoreInterruptLock;Expand description
A lock that disables interrupts.
Trait Implementations§
Source§impl RawLock for SingleCoreInterruptLock
impl RawLock for SingleCoreInterruptLock
Source§unsafe fn enter(&self) -> RestoreState
unsafe fn enter(&self) -> RestoreState
Acquires the raw lock Read more
Source§unsafe fn exit(&self, token: RestoreState)
unsafe fn exit(&self, token: RestoreState)
Releases the raw lock Read more