Enum Dacsync
#[repr(u8)]pub enum Dacsync {
Disabled = 0,
DacSync1 = 1,
DacSync2 = 2,
DacSync3 = 3,
}Variants§
Disabled = 0
No DAC trigger generated
DacSync1 = 1
Trigger generated on DACSync1
DacSync2 = 2
Trigger generated on DACSync2
DacSync3 = 3
Trigger generated on DACSync3
Implementations§
Trait Implementations§
impl Copy for Dacsync
impl Eq for Dacsync
§impl Ord for Dacsync
impl Ord for Dacsync
1.21.0 (const: unstable) · 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
§impl PartialOrd for Dacsync
impl PartialOrd for Dacsync
impl StructuralPartialEq for Dacsync
Auto Trait Implementations§
impl Freeze for Dacsync
impl RefUnwindSafe for Dacsync
impl Send for Dacsync
impl Sync for Dacsync
impl Unpin for Dacsync
impl UnsafeUnpin for Dacsync
impl UnwindSafe for Dacsync
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