Struct windows_sys::Win32::System::SystemServices::RESUME_PERFORMANCE
[−]#[repr(C)]pub struct RESUME_PERFORMANCE {
pub PostTimeMs: u32,
pub TotalResumeTimeMs: u64,
pub ResumeCompleteTimestamp: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
PostTimeMs: u32
TotalResumeTimeMs: u64
ResumeCompleteTimestamp: u64
Trait Implementations
impl Clone for RESUME_PERFORMANCE
impl Clone for RESUME_PERFORMANCE
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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