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