pub enum LPM_SUP_A {
NO = 0,
YES = 1,
}Expand description
LPM Supported:
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for LPM_SUP_A
impl StructuralPartialEq for LPM_SUP_A
Auto Trait Implementations§
impl Freeze for LPM_SUP_A
impl RefUnwindSafe for LPM_SUP_A
impl Send for LPM_SUP_A
impl Sync for LPM_SUP_A
impl Unpin for LPM_SUP_A
impl UnsafeUnpin for LPM_SUP_A
impl UnwindSafe for LPM_SUP_A
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