Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMT_PRESENT_STATS_DWM
#[repr(C)]pub struct D3DKMT_PRESENT_STATS_DWM {
pub PresentCount: u32,
pub PresentRefreshCount: u32,
pub PresentQPCTime: i64,
pub SyncRefreshCount: u32,
pub SyncQPCTime: i64,
pub CustomPresentDuration: u32,
}
Fields§
§PresentCount: u32
§PresentRefreshCount: u32
§PresentQPCTime: i64
§SyncRefreshCount: u32
§SyncQPCTime: i64
§CustomPresentDuration: u32
Trait Implementations§
§impl Clone for D3DKMT_PRESENT_STATS_DWM
impl Clone for D3DKMT_PRESENT_STATS_DWM
impl Copy for D3DKMT_PRESENT_STATS_DWM
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_PRESENT_STATS_DWM
impl Send for D3DKMT_PRESENT_STATS_DWM
impl Sync for D3DKMT_PRESENT_STATS_DWM
impl Unpin for D3DKMT_PRESENT_STATS_DWM
impl UnwindSafe for D3DKMT_PRESENT_STATS_DWM
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