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