Struct win_sys::SystemServices::RESUME_PERFORMANCE
source · [−]#[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
sourceimpl Clone for RESUME_PERFORMANCE
impl Clone for RESUME_PERFORMANCE
sourcepub fn clone(&self) -> RESUME_PERFORMANCE
pub fn clone(&self) -> RESUME_PERFORMANCE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RESUME_PERFORMANCE
impl Debug for RESUME_PERFORMANCE
sourceimpl Default for RESUME_PERFORMANCE
impl Default for RESUME_PERFORMANCE
sourcepub fn default() -> RESUME_PERFORMANCE
pub fn default() -> RESUME_PERFORMANCE
Returns the “default value” for a type. Read more
impl Copy for RESUME_PERFORMANCE
impl Eq 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more