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