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