Enum Dlyprt
#[repr(u8)]pub enum Dlyprt {
Output1Ee6 = 0,
Output2Ee6 = 1,
Output12Ee6 = 2,
BalancedEe6 = 3,
Output1Ee7 = 4,
Output2Ee7 = 5,
Output12Ee7 = 6,
BalancedEe7 = 7,
}Variants§
Output1Ee6 = 0
Output 1 delayed idle on external event 6
Output2Ee6 = 1
Output 2 delayed idle on external event 6
Output12Ee6 = 2
Output 1 and 2 delayed idle on external event 6
BalancedEe6 = 3
Balanced idle on external event 6
Output1Ee7 = 4
Output 1 delayed idle on external event 7
Output2Ee7 = 5
Output 2 delayed idle on external event 7
Output12Ee7 = 6
Output 1 and 2 delayed idle on external event 7
BalancedEe7 = 7
Balanced idle on external event 7
Implementations§
Trait Implementations§
impl Copy for Dlyprt
impl Eq for Dlyprt
§impl Ord for Dlyprt
impl Ord for Dlyprt
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 Dlyprt
impl PartialOrd for Dlyprt
impl StructuralPartialEq for Dlyprt
Auto Trait Implementations§
impl Freeze for Dlyprt
impl RefUnwindSafe for Dlyprt
impl Send for Dlyprt
impl Sync for Dlyprt
impl Unpin for Dlyprt
impl UnsafeUnpin for Dlyprt
impl UnwindSafe for Dlyprt
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