#[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 Debug for _RESUME_PERFORMANCE
impl Debug for _RESUME_PERFORMANCE
Source§impl Ord for _RESUME_PERFORMANCE
impl Ord for _RESUME_PERFORMANCE
Source§fn cmp(&self, other: &_RESUME_PERFORMANCE) -> Ordering
fn cmp(&self, other: &_RESUME_PERFORMANCE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RESUME_PERFORMANCE
impl PartialEq for _RESUME_PERFORMANCE
Source§impl PartialOrd for _RESUME_PERFORMANCE
impl PartialOrd for _RESUME_PERFORMANCE
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