#[repr(C)]pub struct D3DPRESENTSTATS {
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 D3DPRESENTSTATS
impl Clone for D3DPRESENTSTATS
Source§fn clone(&self) -> D3DPRESENTSTATS
fn clone(&self) -> D3DPRESENTSTATS
Returns a duplicate 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 D3DPRESENTSTATS
impl Default for D3DPRESENTSTATS
Source§fn default() -> D3DPRESENTSTATS
fn default() -> D3DPRESENTSTATS
Returns the “default value” for a type. Read more
impl Copy for D3DPRESENTSTATS
Auto Trait Implementations§
impl Freeze for D3DPRESENTSTATS
impl RefUnwindSafe for D3DPRESENTSTATS
impl Send for D3DPRESENTSTATS
impl Sync for D3DPRESENTSTATS
impl Unpin for D3DPRESENTSTATS
impl UnwindSafe for D3DPRESENTSTATS
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