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