Struct windows::Wdk::System::SystemServices::KSYSTEM_TIME
#[repr(C)]pub struct KSYSTEM_TIME {
pub LowPart: u32,
pub High1Time: i32,
pub High2Time: i32,
}
Fields§
§LowPart: u32
§High1Time: i32
§High2Time: i32
Trait Implementations§
§impl Clone for KSYSTEM_TIME
impl Clone for KSYSTEM_TIME
§fn clone(&self) -> KSYSTEM_TIME
fn clone(&self) -> KSYSTEM_TIME
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 KSYSTEM_TIME
impl Debug for KSYSTEM_TIME
§impl Default for KSYSTEM_TIME
impl Default for KSYSTEM_TIME
§impl PartialEq for KSYSTEM_TIME
impl PartialEq for KSYSTEM_TIME
§fn eq(&self, other: &KSYSTEM_TIME) -> bool
fn eq(&self, other: &KSYSTEM_TIME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KSYSTEM_TIME
impl Eq for KSYSTEM_TIME
impl StructuralPartialEq for KSYSTEM_TIME
Auto Trait Implementations§
impl Freeze for KSYSTEM_TIME
impl RefUnwindSafe for KSYSTEM_TIME
impl Send for KSYSTEM_TIME
impl Sync for KSYSTEM_TIME
impl Unpin for KSYSTEM_TIME
impl UnwindSafe for KSYSTEM_TIME
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
)