#[repr(u8)]pub enum Sai3IppIndSaiRxsyncSelectInputDaisy {
GPIO_EMC_34_ALT3 = 0,
GPIO_SD_B1_05_ALT8 = 1,
}Variants§
GPIO_EMC_34_ALT3 = 0
Selecting Pad: GPIO_EMC_34 for Mode: ALT3
GPIO_SD_B1_05_ALT8 = 1
Selecting Pad: GPIO_SD_B1_05 for Mode: ALT8
Implementations§
Trait Implementations§
Source§impl Clone for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Clone for Sai3IppIndSaiRxsyncSelectInputDaisy
Source§fn clone(&self) -> Sai3IppIndSaiRxsyncSelectInputDaisy
fn clone(&self) -> Sai3IppIndSaiRxsyncSelectInputDaisy
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 From<Sai3IppIndSaiRxsyncSelectInputDaisy> for u8
impl From<Sai3IppIndSaiRxsyncSelectInputDaisy> for u8
Source§fn from(val: Sai3IppIndSaiRxsyncSelectInputDaisy) -> u8
fn from(val: Sai3IppIndSaiRxsyncSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai3IppIndSaiRxsyncSelectInputDaisy
impl From<u8> for Sai3IppIndSaiRxsyncSelectInputDaisy
Source§fn from(val: u8) -> Sai3IppIndSaiRxsyncSelectInputDaisy
fn from(val: u8) -> Sai3IppIndSaiRxsyncSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Ord for Sai3IppIndSaiRxsyncSelectInputDaisy
Source§fn cmp(&self, other: &Sai3IppIndSaiRxsyncSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Sai3IppIndSaiRxsyncSelectInputDaisy) -> 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 PartialEq for Sai3IppIndSaiRxsyncSelectInputDaisy
impl PartialEq for Sai3IppIndSaiRxsyncSelectInputDaisy
Source§fn eq(&self, other: &Sai3IppIndSaiRxsyncSelectInputDaisy) -> bool
fn eq(&self, other: &Sai3IppIndSaiRxsyncSelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Sai3IppIndSaiRxsyncSelectInputDaisy
impl PartialOrd for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Copy for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Eq for Sai3IppIndSaiRxsyncSelectInputDaisy
impl StructuralPartialEq for Sai3IppIndSaiRxsyncSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Sai3IppIndSaiRxsyncSelectInputDaisy
impl RefUnwindSafe for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Send for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Sync for Sai3IppIndSaiRxsyncSelectInputDaisy
impl Unpin for Sai3IppIndSaiRxsyncSelectInputDaisy
impl UnwindSafe for Sai3IppIndSaiRxsyncSelectInputDaisy
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