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