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