#[repr(u8)]pub enum LpmErrataEn {
LPM_ERRATA_EN0 = 0,
LPM_ERRATA_EN1 = 1,
}Variants§
Implementations§
Source§impl LpmErrataEn
impl LpmErrataEn
Trait Implementations§
Source§impl Clone for LpmErrataEn
impl Clone for LpmErrataEn
Source§fn clone(&self) -> LpmErrataEn
fn clone(&self) -> LpmErrataEn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LpmErrataEn
impl Debug for LpmErrataEn
Source§impl From<LpmErrataEn> for u8
impl From<LpmErrataEn> for u8
Source§fn from(val: LpmErrataEn) -> u8
fn from(val: LpmErrataEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmErrataEn
impl From<u8> for LpmErrataEn
Source§fn from(val: u8) -> LpmErrataEn
fn from(val: u8) -> LpmErrataEn
Converts to this type from the input type.
Source§impl Ord for LpmErrataEn
impl Ord for LpmErrataEn
Source§fn cmp(&self, other: &LpmErrataEn) -> Ordering
fn cmp(&self, other: &LpmErrataEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LpmErrataEn
impl PartialEq for LpmErrataEn
Source§impl PartialOrd for LpmErrataEn
impl PartialOrd for LpmErrataEn
impl Copy for LpmErrataEn
impl Eq for LpmErrataEn
impl StructuralPartialEq for LpmErrataEn
Auto Trait Implementations§
impl Freeze for LpmErrataEn
impl RefUnwindSafe for LpmErrataEn
impl Send for LpmErrataEn
impl Sync for LpmErrataEn
impl Unpin for LpmErrataEn
impl UnwindSafe for LpmErrataEn
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