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