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