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