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