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