#[repr(u8)]pub enum Qtimer3Timer3SelectInputDaisy {
GPIO_EMC_18_ALT4 = 0,
GPIO_AD_B1_03_ALT1 = 1,
GPIO_B1_10_ALT1 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_EMC_18_ALT4 = 0
Selecting Pad: GPIO_EMC_18 for Mode: ALT4
GPIO_AD_B1_03_ALT1 = 1
Selecting Pad: GPIO_AD_B1_03 for Mode: ALT1
GPIO_B1_10_ALT1 = 2
Selecting Pad: GPIO_B1_10 for Mode: ALT1
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for Qtimer3Timer3SelectInputDaisy
impl Clone for Qtimer3Timer3SelectInputDaisy
Source§fn clone(&self) -> Qtimer3Timer3SelectInputDaisy
fn clone(&self) -> Qtimer3Timer3SelectInputDaisy
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<Qtimer3Timer3SelectInputDaisy> for u8
impl From<Qtimer3Timer3SelectInputDaisy> for u8
Source§fn from(val: Qtimer3Timer3SelectInputDaisy) -> u8
fn from(val: Qtimer3Timer3SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Qtimer3Timer3SelectInputDaisy
impl From<u8> for Qtimer3Timer3SelectInputDaisy
Source§fn from(val: u8) -> Qtimer3Timer3SelectInputDaisy
fn from(val: u8) -> Qtimer3Timer3SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Qtimer3Timer3SelectInputDaisy
impl Ord for Qtimer3Timer3SelectInputDaisy
Source§fn cmp(&self, other: &Qtimer3Timer3SelectInputDaisy) -> Ordering
fn cmp(&self, other: &Qtimer3Timer3SelectInputDaisy) -> 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 Qtimer3Timer3SelectInputDaisy
impl PartialEq for Qtimer3Timer3SelectInputDaisy
Source§fn eq(&self, other: &Qtimer3Timer3SelectInputDaisy) -> bool
fn eq(&self, other: &Qtimer3Timer3SelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Qtimer3Timer3SelectInputDaisy
impl PartialOrd for Qtimer3Timer3SelectInputDaisy
impl Copy for Qtimer3Timer3SelectInputDaisy
impl Eq for Qtimer3Timer3SelectInputDaisy
impl StructuralPartialEq for Qtimer3Timer3SelectInputDaisy
Auto Trait Implementations§
impl Freeze for Qtimer3Timer3SelectInputDaisy
impl RefUnwindSafe for Qtimer3Timer3SelectInputDaisy
impl Send for Qtimer3Timer3SelectInputDaisy
impl Sync for Qtimer3Timer3SelectInputDaisy
impl Unpin for Qtimer3Timer3SelectInputDaisy
impl UnwindSafe for Qtimer3Timer3SelectInputDaisy
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