Struct ntapi::ntapi_base::KSYSTEM_TIME
source · [−]Fields
LowPart: ULONG
High1Time: LONG
High2Time: LONG
Trait Implementations
sourceimpl Clone for KSYSTEM_TIME
impl Clone for KSYSTEM_TIME
sourcefn clone(&self) -> KSYSTEM_TIME
fn clone(&self) -> KSYSTEM_TIME
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 KSYSTEM_TIME
Auto Trait Implementations
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
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