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