pub struct ReadRTC { /* private fields */ }
Expand description
Struct for storage ports, current year and century register
Implementations§
Auto Trait Implementations§
impl Freeze for ReadRTC
impl RefUnwindSafe for ReadRTC
impl Send for ReadRTC
impl Sync for ReadRTC
impl Unpin for ReadRTC
impl UnwindSafe for ReadRTC
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