Struct stm32_metapac::rtc::regs::Tsssr
#[repr(transparent)]pub struct Tsssr(pub u32);
Expand description
Timestamp sub second register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Tsssr
impl Eq for Tsssr
impl StructuralEq for Tsssr
impl StructuralPartialEq for Tsssr
Auto Trait Implementations§
impl RefUnwindSafe for Tsssr
impl Send for Tsssr
impl Sync for Tsssr
impl Unpin for Tsssr
impl UnwindSafe for Tsssr
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