#[repr(C)]pub struct CMDateTime {
pub year: UInt16,
pub month: UInt16,
pub dayOfTheMonth: UInt16,
pub hours: UInt16,
pub minutes: UInt16,
pub seconds: UInt16,
}Fields§
§year: UInt16§month: UInt16§dayOfTheMonth: UInt16§hours: UInt16§minutes: UInt16§seconds: UInt16Trait Implementations§
Source§impl Clone for CMDateTime
impl Clone for CMDateTime
Source§fn clone(&self) -> CMDateTime
fn clone(&self) -> CMDateTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMDateTime
impl Debug for CMDateTime
impl Copy for CMDateTime
Auto Trait Implementations§
impl Freeze for CMDateTime
impl RefUnwindSafe for CMDateTime
impl Send for CMDateTime
impl Sync for CMDateTime
impl Unpin for CMDateTime
impl UnsafeUnpin for CMDateTime
impl UnwindSafe for CMDateTime
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