Struct win_sys::SystemServices::RESUME_PERFORMANCE [−][src]
#[repr(C)]pub struct RESUME_PERFORMANCE {
pub PostTimeMs: u32,
pub TotalResumeTimeMs: u64,
pub ResumeCompleteTimestamp: u64,
}Expand description
Required features: Win32_System_SystemServices
Fields
PostTimeMs: u32TotalResumeTimeMs: u64ResumeCompleteTimestamp: u64Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more