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