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