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