#[repr(u8)]pub enum LpmAutoPhcd {
LPM_AUTO_PHCD0 = 0,
LPM_AUTO_PHCD1 = 1,
}Variants§
Implementations§
Source§impl LpmAutoPhcd
impl LpmAutoPhcd
Trait Implementations§
Source§impl Clone for LpmAutoPhcd
impl Clone for LpmAutoPhcd
Source§fn clone(&self) -> LpmAutoPhcd
fn clone(&self) -> LpmAutoPhcd
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 LpmAutoPhcd
impl Debug for LpmAutoPhcd
Source§impl From<LpmAutoPhcd> for u8
impl From<LpmAutoPhcd> for u8
Source§fn from(val: LpmAutoPhcd) -> u8
fn from(val: LpmAutoPhcd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpmAutoPhcd
impl From<u8> for LpmAutoPhcd
Source§fn from(val: u8) -> LpmAutoPhcd
fn from(val: u8) -> LpmAutoPhcd
Converts to this type from the input type.
Source§impl Ord for LpmAutoPhcd
impl Ord for LpmAutoPhcd
Source§fn cmp(&self, other: &LpmAutoPhcd) -> Ordering
fn cmp(&self, other: &LpmAutoPhcd) -> 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 LpmAutoPhcd
impl PartialEq for LpmAutoPhcd
Source§impl PartialOrd for LpmAutoPhcd
impl PartialOrd for LpmAutoPhcd
impl Copy for LpmAutoPhcd
impl Eq for LpmAutoPhcd
impl StructuralPartialEq for LpmAutoPhcd
Auto Trait Implementations§
impl Freeze for LpmAutoPhcd
impl RefUnwindSafe for LpmAutoPhcd
impl Send for LpmAutoPhcd
impl Sync for LpmAutoPhcd
impl Unpin for LpmAutoPhcd
impl UnwindSafe for LpmAutoPhcd
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