Enum Ckd
#[repr(u8)]pub enum Ckd {
Div1 = 0,
Div2 = 1,
Div4 = 2,
_RESERVED_3 = 3,
}Variants§
Div1 = 0
t_DTS = t_CK_INT
Div2 = 1
t_DTS = 2 × t_CK_INT
Div4 = 2
t_DTS = 4 × t_CK_INT
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Ckd
impl Eq for Ckd
§impl Ord for Ckd
impl Ord for Ckd
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 Ckd
impl PartialOrd for Ckd
impl StructuralPartialEq for Ckd
Auto Trait Implementations§
impl Freeze for Ckd
impl RefUnwindSafe for Ckd
impl Send for Ckd
impl Sync for Ckd
impl Unpin for Ckd
impl UnsafeUnpin for Ckd
impl UnwindSafe for Ckd
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