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