Struct kernel::hil::date_time::DateTimeValues
source · pub struct DateTimeValues {
pub year: u16,
pub month: Month,
pub day: u8,
pub day_of_week: DayOfWeek,
pub hour: u8,
pub minute: u8,
pub seconds: u8,
}
Fields§
§year: u16
§month: Month
§day: u8
§day_of_week: DayOfWeek
§hour: u8
§minute: u8
§seconds: u8
Trait Implementations§
source§impl Clone for DateTimeValues
impl Clone for DateTimeValues
source§fn clone(&self) -> DateTimeValues
fn clone(&self) -> DateTimeValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DateTimeValues
impl Debug for DateTimeValues
source§impl PartialEq for DateTimeValues
impl PartialEq for DateTimeValues
source§fn eq(&self, other: &DateTimeValues) -> bool
fn eq(&self, other: &DateTimeValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DateTimeValues
impl StructuralPartialEq for DateTimeValues
Auto Trait Implementations§
impl Freeze for DateTimeValues
impl RefUnwindSafe for DateTimeValues
impl Send for DateTimeValues
impl Sync for DateTimeValues
impl Unpin for DateTimeValues
impl UnwindSafe for DateTimeValues
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)