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