#[repr(C)]pub struct RESUME_PERFORMANCE {
    pub PostTimeMs: DWORD,
    pub TotalResumeTimeMs: ULONGLONG,
    pub ResumeCompleteTimestamp: ULONGLONG,
}Fields
PostTimeMs: DWORDTotalResumeTimeMs: ULONGLONGResumeCompleteTimestamp: ULONGLONGTrait Implementations
sourceimpl Clone for RESUME_PERFORMANCE
 
impl Clone for RESUME_PERFORMANCE
sourcefn clone(&self) -> RESUME_PERFORMANCE
 
fn clone(&self) -> RESUME_PERFORMANCE
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 RESUME_PERFORMANCE
Auto Trait Implementations
impl RefUnwindSafe for RESUME_PERFORMANCE
impl Send for RESUME_PERFORMANCE
impl Sync for RESUME_PERFORMANCE
impl Unpin for RESUME_PERFORMANCE
impl UnwindSafe for RESUME_PERFORMANCE
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