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