Struct stm32_metapac::rtc::regs::Prlh
#[repr(transparent)]pub struct Prlh(pub u32);
Expand description
Prescaler Load Register High
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Prlh
impl Eq for Prlh
impl StructuralPartialEq for Prlh
Auto Trait Implementations§
impl Freeze for Prlh
impl RefUnwindSafe for Prlh
impl Send for Prlh
impl Sync for Prlh
impl Unpin for Prlh
impl UnwindSafe for Prlh
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