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