pub struct WrUnlock(/* private fields */);Implementations§
Source§impl WrUnlock
impl WrUnlock
Sourcepub const OTP_W_LOCKED: Self
pub const OTP_W_LOCKED: Self
OTP write access is locked.
Sourcepub const OTP_W_UNLOCKED: Self
pub const OTP_W_UNLOCKED: Self
OTP write access is unlocked.
Trait Implementations§
Source§impl Ord for WrUnlock
impl Ord for WrUnlock
Source§impl PartialOrd for WrUnlock
impl PartialOrd for WrUnlock
impl Copy for WrUnlock
impl Eq for WrUnlock
impl StructuralPartialEq for WrUnlock
Auto Trait Implementations§
impl Freeze for WrUnlock
impl RefUnwindSafe for WrUnlock
impl Send for WrUnlock
impl Sync for WrUnlock
impl Unpin for WrUnlock
impl UnwindSafe for WrUnlock
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