#[repr(C)]pub struct DriverDirectMode_FrameTiming {
pub m_nSize: u32,
pub m_nNumFramePresents: u32,
pub m_nNumMisPresented: u32,
pub m_nNumDroppedFrames: u32,
pub m_nReprojectionFlags: u32,
}
Fields§
§m_nSize: u32
§m_nNumFramePresents: u32
§m_nNumMisPresented: u32
§m_nNumDroppedFrames: u32
§m_nReprojectionFlags: u32
Trait Implementations§
Source§impl Clone for DriverDirectMode_FrameTiming
impl Clone for DriverDirectMode_FrameTiming
Source§fn clone(&self) -> DriverDirectMode_FrameTiming
fn clone(&self) -> DriverDirectMode_FrameTiming
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 Debug for DriverDirectMode_FrameTiming
impl Debug for DriverDirectMode_FrameTiming
Source§impl Default for DriverDirectMode_FrameTiming
impl Default for DriverDirectMode_FrameTiming
Source§fn default() -> DriverDirectMode_FrameTiming
fn default() -> DriverDirectMode_FrameTiming
Returns the “default value” for a type. Read more
impl Copy for DriverDirectMode_FrameTiming
Auto Trait Implementations§
impl Freeze for DriverDirectMode_FrameTiming
impl RefUnwindSafe for DriverDirectMode_FrameTiming
impl Send for DriverDirectMode_FrameTiming
impl Sync for DriverDirectMode_FrameTiming
impl Unpin for DriverDirectMode_FrameTiming
impl UnwindSafe for DriverDirectMode_FrameTiming
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