#[repr(u8)]pub enum Lclwkena {
SSDIS = 0,
SSEN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Lclwkena
impl Ord for Lclwkena
Source§impl PartialOrd for Lclwkena
impl PartialOrd for Lclwkena
impl Copy for Lclwkena
impl Eq for Lclwkena
impl StructuralPartialEq for Lclwkena
Auto Trait Implementations§
impl Freeze for Lclwkena
impl RefUnwindSafe for Lclwkena
impl Send for Lclwkena
impl Sync for Lclwkena
impl Unpin for Lclwkena
impl UnwindSafe for Lclwkena
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