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