Struct stm32_metapac::bkp::regs::Rtccr
#[repr(transparent)]pub struct Rtccr(pub u32);
Expand description
RTC clock calibration register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rtccr
impl Eq for Rtccr
impl StructuralPartialEq for Rtccr
Auto Trait Implementations§
impl Freeze for Rtccr
impl RefUnwindSafe for Rtccr
impl Send for Rtccr
impl Sync for Rtccr
impl Unpin for Rtccr
impl UnwindSafe for Rtccr
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