#[repr(transparent)]pub struct Tpr(pub u32);Expand description
RTC Time Prescaler
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tpr
impl Eq for Tpr
impl StructuralPartialEq for Tpr
Auto Trait Implementations§
impl Freeze for Tpr
impl RefUnwindSafe for Tpr
impl Send for Tpr
impl Sync for Tpr
impl Unpin for Tpr
impl UnwindSafe for Tpr
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