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