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