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