#[repr(transparent)]pub struct ClkRtcDiv(pub u32);
Expand description
Clock divisor, can be changed on-the-fly
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for ClkRtcDiv
impl Eq for ClkRtcDiv
impl StructuralPartialEq for ClkRtcDiv
Auto Trait Implementations§
impl Freeze for ClkRtcDiv
impl RefUnwindSafe for ClkRtcDiv
impl Send for ClkRtcDiv
impl Sync for ClkRtcDiv
impl Unpin for ClkRtcDiv
impl UnwindSafe for ClkRtcDiv
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