pub enum LBKM {
Disabled = 0,
Enabled = 1,
}Expand description
LBKM
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LBKM
impl Eq for LBKM
impl StructuralPartialEq for LBKM
Auto Trait Implementations§
impl Freeze for LBKM
impl RefUnwindSafe for LBKM
impl Send for LBKM
impl Sync for LBKM
impl Unpin for LBKM
impl UnwindSafe for LBKM
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