#[repr(u8)]pub enum Serclkdiv {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
}Variants§
VAL0 = 0
Divided by 1
VAL1 = 1
Divided by 2
VAL2 = 2
Divided by 3
VAL3 = 3
Divided by 4
VAL4 = 4
Divided by 5
VAL5 = 5
Divided by 6
VAL6 = 6
Divided by 7
VAL7 = 7
Divided by 8
Implementations§
Trait Implementations§
Source§impl Ord for Serclkdiv
impl Ord for Serclkdiv
Source§impl PartialOrd for Serclkdiv
impl PartialOrd for Serclkdiv
impl Copy for Serclkdiv
impl Eq for Serclkdiv
impl StructuralPartialEq for Serclkdiv
Auto Trait Implementations§
impl Freeze for Serclkdiv
impl RefUnwindSafe for Serclkdiv
impl Send for Serclkdiv
impl Sync for Serclkdiv
impl Unpin for Serclkdiv
impl UnwindSafe for Serclkdiv
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