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