Struct DCOMPOSITION_FRAME_STATISTICS
#[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
impl Copy 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