#[repr(C)]pub struct RESUME_PERFORMANCE {
    pub PostTimeMs: DWORD,
    pub TotalResumeTimeMs: ULONGLONG,
    pub ResumeCompleteTimestamp: ULONGLONG,
}Fields§
§PostTimeMs: DWORD§TotalResumeTimeMs: ULONGLONG§ResumeCompleteTimestamp: ULONGLONGTrait Implementations§
Source§impl Clone for RESUME_PERFORMANCE
 
impl Clone for RESUME_PERFORMANCE
Source§fn clone(&self) -> RESUME_PERFORMANCE
 
fn clone(&self) -> RESUME_PERFORMANCE
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 moreimpl Copy for RESUME_PERFORMANCE
Auto Trait Implementations§
impl Freeze for RESUME_PERFORMANCE
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§
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