Struct winapi::um::winnt::RESUME_PERFORMANCE
source · #[repr(C)]pub struct RESUME_PERFORMANCE {
pub PostTimeMs: DWORD,
pub TotalResumeTimeMs: ULONGLONG,
pub ResumeCompleteTimestamp: ULONGLONG,
}
Fields§
§PostTimeMs: DWORD
§TotalResumeTimeMs: ULONGLONG
§ResumeCompleteTimestamp: ULONGLONG
Trait 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 moresource§impl Default for RESUME_PERFORMANCE
impl Default for RESUME_PERFORMANCE
source§fn default() -> RESUME_PERFORMANCE
fn default() -> RESUME_PERFORMANCE
Returns the “default value” for a type. Read more