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