#[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: f32WaitingForGPUToAcceptMoreCommandsTimePercent: f32WaitingForGPUToStayWithinLatencyTimePercent: f32WaitingForGPUExclusiveResourceTimePercent: f32WaitingForGPUOtherTimePercent: f32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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