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