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