#[repr(u8)]pub enum Trig7CtrlSyncMode {
SYNC_MODE_0 = 0,
SYNC_MODE_1 = 1,
}Variants§
SYNC_MODE_0 = 0
Synchronization mode disabled, TRIGa and TRIG(a+4) are triggered independently.
SYNC_MODE_1 = 1
Synchronization mode enabled, TRIGa and TRIG(a+4) are triggered by TRIGa source synchronously.
Implementations§
Trait Implementations§
Source§impl Clone for Trig7CtrlSyncMode
impl Clone for Trig7CtrlSyncMode
Source§fn clone(&self) -> Trig7CtrlSyncMode
fn clone(&self) -> Trig7CtrlSyncMode
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 Trig7CtrlSyncMode
impl Debug for Trig7CtrlSyncMode
Source§impl From<Trig7CtrlSyncMode> for u8
impl From<Trig7CtrlSyncMode> for u8
Source§fn from(val: Trig7CtrlSyncMode) -> u8
fn from(val: Trig7CtrlSyncMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig7CtrlSyncMode
impl From<u8> for Trig7CtrlSyncMode
Source§fn from(val: u8) -> Trig7CtrlSyncMode
fn from(val: u8) -> Trig7CtrlSyncMode
Converts to this type from the input type.
Source§impl Ord for Trig7CtrlSyncMode
impl Ord for Trig7CtrlSyncMode
Source§fn cmp(&self, other: &Trig7CtrlSyncMode) -> Ordering
fn cmp(&self, other: &Trig7CtrlSyncMode) -> 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 Trig7CtrlSyncMode
impl PartialEq for Trig7CtrlSyncMode
Source§impl PartialOrd for Trig7CtrlSyncMode
impl PartialOrd for Trig7CtrlSyncMode
impl Copy for Trig7CtrlSyncMode
impl Eq for Trig7CtrlSyncMode
impl StructuralPartialEq for Trig7CtrlSyncMode
Auto Trait Implementations§
impl Freeze for Trig7CtrlSyncMode
impl RefUnwindSafe for Trig7CtrlSyncMode
impl Send for Trig7CtrlSyncMode
impl Sync for Trig7CtrlSyncMode
impl Unpin for Trig7CtrlSyncMode
impl UnwindSafe for Trig7CtrlSyncMode
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