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