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