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