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