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