#[repr(C)]pub struct DCOMPOSITION_FRAME_STATISTICS {
pub lastFrameTime: i64,
pub currentCompositionRate: DXGI_RATIONAL,
pub currentTime: i64,
pub timeFrequency: i64,
pub nextEstimatedFrameTime: i64,
}
Fields§
§lastFrameTime: i64
§currentCompositionRate: DXGI_RATIONAL
§currentTime: i64
§timeFrequency: i64
§nextEstimatedFrameTime: i64
Trait Implementations§
§impl Clone for DCOMPOSITION_FRAME_STATISTICS
impl Clone for DCOMPOSITION_FRAME_STATISTICS
§fn clone(&self) -> DCOMPOSITION_FRAME_STATISTICS
fn clone(&self) -> DCOMPOSITION_FRAME_STATISTICS
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 DCOMPOSITION_FRAME_STATISTICS
impl Debug for DCOMPOSITION_FRAME_STATISTICS
§impl Default for DCOMPOSITION_FRAME_STATISTICS
impl Default for DCOMPOSITION_FRAME_STATISTICS
§impl PartialEq for DCOMPOSITION_FRAME_STATISTICS
impl PartialEq for DCOMPOSITION_FRAME_STATISTICS
§fn eq(&self, other: &DCOMPOSITION_FRAME_STATISTICS) -> bool
fn eq(&self, other: &DCOMPOSITION_FRAME_STATISTICS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DCOMPOSITION_FRAME_STATISTICS
impl Eq for DCOMPOSITION_FRAME_STATISTICS
impl StructuralPartialEq for DCOMPOSITION_FRAME_STATISTICS
Auto Trait Implementations§
impl Freeze for DCOMPOSITION_FRAME_STATISTICS
impl RefUnwindSafe for DCOMPOSITION_FRAME_STATISTICS
impl Send for DCOMPOSITION_FRAME_STATISTICS
impl Sync for DCOMPOSITION_FRAME_STATISTICS
impl Unpin for DCOMPOSITION_FRAME_STATISTICS
impl UnwindSafe for DCOMPOSITION_FRAME_STATISTICS
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
)