Struct DATETIME
#[repr(C)]pub struct DATETIME {
pub year: u16,
pub month: u16,
pub day: u16,
pub hour: u16,
pub min: u16,
pub sec: u16,
}
Fields§
§year: u16
§month: u16
§day: u16
§hour: u16
§min: u16
§sec: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DATETIME
impl RefUnwindSafe for DATETIME
impl Send for DATETIME
impl Sync for DATETIME
impl Unpin for DATETIME
impl UnwindSafe for DATETIME
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