pub struct RtcTime {
    pub seconds: u8,
    pub minutes: u8,
    pub hours: u8,
    pub days: u8,
    pub months: u8,
    pub years: u8,
}Expand description
A timestamp obtained from the real-time clock.
Fields§
§seconds: u8§minutes: u8§hours: u8§days: u8§months: u8§years: u8Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RtcTime
impl Send for RtcTime
impl Sync for RtcTime
impl Unpin for RtcTime
impl UnwindSafe for RtcTime
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