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