Struct Prediv
#[repr(transparent)]pub struct Prediv(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Prediv
impl Prediv
pub const DIV1: Self
pub const DIV1: Self
PREDIV input clock not divided
pub const DIV2: Self
pub const DIV2: Self
PREDIV input clock divided by 2
pub const DIV3: Self
pub const DIV3: Self
PREDIV input clock divided by 3
pub const DIV4: Self
pub const DIV4: Self
PREDIV input clock divided by 4
pub const DIV5: Self
pub const DIV5: Self
PREDIV input clock divided by 5
pub const DIV6: Self
pub const DIV6: Self
PREDIV input clock divided by 6
pub const DIV7: Self
pub const DIV7: Self
PREDIV input clock divided by 7
pub const DIV8: Self
pub const DIV8: Self
PREDIV input clock divided by 8
pub const DIV9: Self
pub const DIV9: Self
PREDIV input clock divided by 9
pub const DIV10: Self
pub const DIV10: Self
PREDIV input clock divided by 10
pub const DIV11: Self
pub const DIV11: Self
PREDIV input clock divided by 11
pub const DIV12: Self
pub const DIV12: Self
PREDIV input clock divided by 12
pub const DIV13: Self
pub const DIV13: Self
PREDIV input clock divided by 13
pub const DIV14: Self
pub const DIV14: Self
PREDIV input clock divided by 14
pub const DIV15: Self
pub const DIV15: Self
PREDIV input clock divided by 15
pub const DIV16: Self
pub const DIV16: Self
PREDIV input clock divided by 16
Trait Implementations§
§impl Ord for Prediv
impl Ord for Prediv
§impl PartialOrd for Prediv
impl PartialOrd for Prediv
impl Copy for Prediv
impl Eq for Prediv
impl StructuralPartialEq for Prediv
Auto Trait Implementations§
impl Freeze for Prediv
impl RefUnwindSafe for Prediv
impl Send for Prediv
impl Sync for Prediv
impl Unpin for Prediv
impl UnwindSafe for Prediv
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