Struct D3DDEVINFO_D3D9INTERFACETIMINGS
#[repr(C)]pub struct D3DDEVINFO_D3D9INTERFACETIMINGS {
pub WaitingForGPUToUseApplicationResourceTimePercent: f32,
pub WaitingForGPUToAcceptMoreCommandsTimePercent: f32,
pub WaitingForGPUToStayWithinLatencyTimePercent: f32,
pub WaitingForGPUExclusiveResourceTimePercent: f32,
pub WaitingForGPUOtherTimePercent: f32,
}
Fields§
§WaitingForGPUToUseApplicationResourceTimePercent: f32
§WaitingForGPUToAcceptMoreCommandsTimePercent: f32
§WaitingForGPUToStayWithinLatencyTimePercent: f32
§WaitingForGPUExclusiveResourceTimePercent: f32
§WaitingForGPUOtherTimePercent: f32
Trait Implementations§
§impl Clone for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Clone for D3DDEVINFO_D3D9INTERFACETIMINGS
§fn clone(&self) -> D3DDEVINFO_D3D9INTERFACETIMINGS
fn clone(&self) -> D3DDEVINFO_D3D9INTERFACETIMINGS
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 more§impl Debug for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Debug for D3DDEVINFO_D3D9INTERFACETIMINGS
§impl Default for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Default for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Copy for D3DDEVINFO_D3D9INTERFACETIMINGS
impl StructuralPartialEq for D3DDEVINFO_D3D9INTERFACETIMINGS
Auto Trait Implementations§
impl Freeze for D3DDEVINFO_D3D9INTERFACETIMINGS
impl RefUnwindSafe for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Send for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Sync for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Unpin for D3DDEVINFO_D3D9INTERFACETIMINGS
impl UnwindSafe for D3DDEVINFO_D3D9INTERFACETIMINGS
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