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