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