Struct ntapi::ntrtl::TIME_FIELDS
source · [−]#[repr(C)]pub struct TIME_FIELDS {
pub Year: CSHORT,
pub Month: CSHORT,
pub Day: CSHORT,
pub Hour: CSHORT,
pub Minute: CSHORT,
pub Second: CSHORT,
pub Milliseconds: CSHORT,
pub Weekday: CSHORT,
}
Fields
Year: CSHORT
Month: CSHORT
Day: CSHORT
Hour: CSHORT
Minute: CSHORT
Second: CSHORT
Milliseconds: CSHORT
Weekday: CSHORT
Trait Implementations
sourceimpl Clone for TIME_FIELDS
impl Clone for TIME_FIELDS
sourcefn clone(&self) -> TIME_FIELDS
fn clone(&self) -> TIME_FIELDS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for TIME_FIELDS
Auto Trait Implementations
impl RefUnwindSafe for TIME_FIELDS
impl Send for TIME_FIELDS
impl Sync for TIME_FIELDS
impl Unpin for TIME_FIELDS
impl UnwindSafe for TIME_FIELDS
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