#[repr(C)]pub struct DCOMPOSITION_FRAME_STATISTICS {
pub lastFrameTime: i64,
pub currentCompositionRate: DXGI_RATIONAL,
pub currentTime: i64,
pub timeFrequency: i64,
pub nextEstimatedFrameTime: i64,
}
Expand description
Required features: "Win32_Graphics_DirectComposition"
, "Win32_Graphics_Dxgi_Common"
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
impl Copy for DCOMPOSITION_FRAME_STATISTICS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more