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