Struct windows::Wdk::System::SystemServices::TIME_FIELDS
#[repr(C)]pub struct TIME_FIELDS {
pub Year: i16,
pub Month: i16,
pub Day: i16,
pub Hour: i16,
pub Minute: i16,
pub Second: i16,
pub Milliseconds: i16,
pub Weekday: i16,
}
Fields§
§Year: i16
§Month: i16
§Day: i16
§Hour: i16
§Minute: i16
§Second: i16
§Milliseconds: i16
§Weekday: i16
Trait Implementations§
§impl Clone for TIME_FIELDS
impl Clone for TIME_FIELDS
§fn clone(&self) -> TIME_FIELDS
fn clone(&self) -> TIME_FIELDS
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 more§impl Debug for TIME_FIELDS
impl Debug for TIME_FIELDS
§impl PartialEq for TIME_FIELDS
impl PartialEq for TIME_FIELDS
§fn eq(&self, other: &TIME_FIELDS) -> bool
fn eq(&self, other: &TIME_FIELDS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TIME_FIELDS
impl Eq for TIME_FIELDS
impl StructuralPartialEq for TIME_FIELDS
Auto Trait Implementations§
impl Freeze for TIME_FIELDS
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§
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
)