#[repr(C)]pub struct DXGI_FRAME_STATISTICS {
pub PresentCount: UINT,
pub PresentRefreshCount: UINT,
pub SyncRefreshCount: UINT,
pub SyncQPCTime: LARGE_INTEGER,
pub SyncGPUTime: LARGE_INTEGER,
}
Fields§
§PresentCount: UINT
§PresentRefreshCount: UINT
§SyncRefreshCount: UINT
§SyncQPCTime: LARGE_INTEGER
§SyncGPUTime: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for DXGI_FRAME_STATISTICS
impl Clone for DXGI_FRAME_STATISTICS
Source§fn clone(&self) -> DXGI_FRAME_STATISTICS
fn clone(&self) -> DXGI_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 moreSource§impl Default for DXGI_FRAME_STATISTICS
impl Default for DXGI_FRAME_STATISTICS
Source§fn default() -> DXGI_FRAME_STATISTICS
fn default() -> DXGI_FRAME_STATISTICS
Returns the “default value” for a type. Read more
impl Copy for DXGI_FRAME_STATISTICS
Auto Trait Implementations§
impl Freeze for DXGI_FRAME_STATISTICS
impl RefUnwindSafe for DXGI_FRAME_STATISTICS
impl Send for DXGI_FRAME_STATISTICS
impl Sync for DXGI_FRAME_STATISTICS
impl Unpin for DXGI_FRAME_STATISTICS
impl UnwindSafe for DXGI_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