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