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