pub struct RtcDate {
pub date: u8,
pub month: u8,
pub year: u8,
pub day: DayOfWeek,
}Expand description
RTC Date structure
Fields§
§date: u8§month: u8§year: u8§day: DayOfWeekImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcDate
impl RefUnwindSafe for RtcDate
impl Send for RtcDate
impl Sync for RtcDate
impl Unpin for RtcDate
impl UnwindSafe for RtcDate
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