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