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