Struct windows_sys::Win32::System::WindowsProgramming::DATETIME
[−]#[repr(C)]pub struct DATETIME {
pub year: u16,
pub month: u16,
pub day: u16,
pub hour: u16,
pub min: u16,
pub sec: u16,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
year: u16
month: u16
day: u16
hour: u16
min: u16
sec: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DATETIME
impl Send for DATETIME
impl Sync for DATETIME
impl Unpin for DATETIME
impl UnwindSafe for DATETIME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more