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