#[repr(u8)]pub enum Holdtime {
VAL_1 = 0,
VAL2 = 1,
VAL3 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
VAL8 = 7,
}Variants§
VAL_1 = 0
1 internal module clock cycle
VAL2 = 1
2 internal module clock cycles
VAL3 = 2
3 internal module clock cycles
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
VAL8 = 7
8 internal module clock cycles
Implementations§
Trait Implementations§
Source§impl Ord for Holdtime
impl Ord for Holdtime
Source§impl PartialOrd for Holdtime
impl PartialOrd for Holdtime
impl Copy for Holdtime
impl Eq for Holdtime
impl StructuralPartialEq for Holdtime
Auto Trait Implementations§
impl Freeze for Holdtime
impl RefUnwindSafe for Holdtime
impl Send for Holdtime
impl Sync for Holdtime
impl Unpin for Holdtime
impl UnwindSafe for Holdtime
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