Struct Dlyprt
#[repr(transparent)]pub struct Dlyprt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dlyprt
impl Dlyprt
pub const OUTPUT1_EE6: Self
pub const OUTPUT1_EE6: Self
Output 1 delayed idle on external event 6
pub const OUTPUT2_EE6: Self
pub const OUTPUT2_EE6: Self
Output 2 delayed idle on external event 6
pub const OUTPUT1_2_EE6: Self
pub const OUTPUT1_2_EE6: Self
Output 1 and 2 delayed idle on external event 6
pub const BALANCED_EE6: Self
pub const BALANCED_EE6: Self
Balanced idle on external event 6
pub const OUTPUT1_EE7: Self
pub const OUTPUT1_EE7: Self
Output 1 delayed idle on external event 7
pub const OUTPUT2_EE7: Self
pub const OUTPUT2_EE7: Self
Output 2 delayed idle on external event 7
pub const OUTPUT1_2_EE7: Self
pub const OUTPUT1_2_EE7: Self
Output 1 and 2 delayed idle on external event 7
pub const BALANCED_EE7: Self
pub const BALANCED_EE7: Self
Balanced idle on external event 7
Trait Implementations§
§impl Ord for Dlyprt
impl Ord for Dlyprt
§impl PartialOrd for Dlyprt
impl PartialOrd for Dlyprt
impl Copy for Dlyprt
impl Eq 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 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