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