pub struct RtcTime {
pub seconds: u8,
pub minutes: u8,
pub hours: u8,
pub time_format: TimeFormat,
}Expand description
RTC Time structure
Fields§
§seconds: u8§minutes: u8§hours: u8§time_format: TimeFormatImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcTime
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