Struct ntapi::ntpsapi::KERNEL_USER_TIMES
source · [−]#[repr(C)]pub struct KERNEL_USER_TIMES {
pub CreateTime: LARGE_INTEGER,
pub ExitTime: LARGE_INTEGER,
pub KernelTime: LARGE_INTEGER,
pub UserTime: LARGE_INTEGER,
}
Fields
CreateTime: LARGE_INTEGER
ExitTime: LARGE_INTEGER
KernelTime: LARGE_INTEGER
UserTime: LARGE_INTEGER
Trait Implementations
sourceimpl Clone for KERNEL_USER_TIMES
impl Clone for KERNEL_USER_TIMES
sourcefn clone(&self) -> KERNEL_USER_TIMES
fn clone(&self) -> KERNEL_USER_TIMES
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 KERNEL_USER_TIMES
Auto Trait Implementations
impl RefUnwindSafe for KERNEL_USER_TIMES
impl Send for KERNEL_USER_TIMES
impl Sync for KERNEL_USER_TIMES
impl Unpin for KERNEL_USER_TIMES
impl UnwindSafe for KERNEL_USER_TIMES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more