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