pub enum LOCKW {
UNLOCKED,
LOCKED,
}
Expand description
Values that can be written to the field LOCK
Variants§
Auto Trait Implementations§
impl Freeze for LOCKW
impl RefUnwindSafe for LOCKW
impl Send for LOCKW
impl Sync for LOCKW
impl Unpin for LOCKW
impl UnwindSafe for LOCKW
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