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