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