#[repr(C)]pub struct D3DDEVINFO_D3D9INTERFACETIMINGS {
pub WaitingForGPUToUseApplicationResourceTimePercent: f32,
pub WaitingForGPUToAcceptMoreCommandsTimePercent: f32,
pub WaitingForGPUToStayWithinLatencyTimePercent: f32,
pub WaitingForGPUExclusiveResourceTimePercent: f32,
pub WaitingForGPUOtherTimePercent: f32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
WaitingForGPUToUseApplicationResourceTimePercent: f32
WaitingForGPUToAcceptMoreCommandsTimePercent: f32
WaitingForGPUToStayWithinLatencyTimePercent: f32
WaitingForGPUExclusiveResourceTimePercent: f32
WaitingForGPUOtherTimePercent: f32
Trait Implementations
impl Clone for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Clone for D3DDEVINFO_D3D9INTERFACETIMINGS
impl Copy for D3DDEVINFO_D3D9INTERFACETIMINGS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more