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