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