Struct Tsidr
#[repr(transparent)]pub struct Tsidr(pub u32);Expand description
RTC timestamp status register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tsidr
impl Eq for Tsidr
impl StructuralPartialEq for Tsidr
Auto Trait Implementations§
impl Freeze for Tsidr
impl RefUnwindSafe for Tsidr
impl Send for Tsidr
impl Sync for Tsidr
impl Unpin for Tsidr
impl UnwindSafe for Tsidr
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