Struct windows::Win32::System::Power::RESUME_PERFORMANCE
#[repr(C)]pub struct RESUME_PERFORMANCE {
pub PostTimeMs: u32,
pub TotalResumeTimeMs: u64,
pub ResumeCompleteTimestamp: u64,
}
Fields§
§PostTimeMs: u32
§TotalResumeTimeMs: u64
§ResumeCompleteTimestamp: u64
Trait Implementations§
§impl Clone for RESUME_PERFORMANCE
impl Clone for RESUME_PERFORMANCE
§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 more§impl Debug for RESUME_PERFORMANCE
impl Debug for RESUME_PERFORMANCE
§impl Default for RESUME_PERFORMANCE
impl Default for RESUME_PERFORMANCE
§impl PartialEq for RESUME_PERFORMANCE
impl PartialEq for RESUME_PERFORMANCE
§fn eq(&self, other: &RESUME_PERFORMANCE) -> bool
fn eq(&self, other: &RESUME_PERFORMANCE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RESUME_PERFORMANCE
impl Eq for RESUME_PERFORMANCE
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)