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