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