Struct winapi::d3d9types::D3DDEVINFO_D3D9INTERFACETIMINGS [] [src]

pub struct D3DDEVINFO_D3D9INTERFACETIMINGS {
    pub WaitingForGPUToUseApplicationResourceTimePercent: FLOAT,
    pub WaitingForGPUToAcceptMoreCommandsTimePercent: FLOAT,
    pub WaitingForGPUToStayWithinLatencyTimePercent: FLOAT,
    pub WaitingForGPUExclusiveResourceTimePercent: FLOAT,
    pub WaitingForGPUOtherTimePercent: FLOAT,
}

Fields

WaitingForGPUToUseApplicationResourceTimePercent
WaitingForGPUToAcceptMoreCommandsTimePercent
WaitingForGPUToStayWithinLatencyTimePercent
WaitingForGPUExclusiveResourceTimePercent
WaitingForGPUOtherTimePercent

Trait Implementations

Derived Implementations

impl Debug for D3DDEVINFO_D3D9INTERFACETIMINGS

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DDEVINFO_D3D9INTERFACETIMINGS

impl Clone for D3DDEVINFO_D3D9INTERFACETIMINGS

fn clone(&self) -> D3DDEVINFO_D3D9INTERFACETIMINGS

fn clone_from(&mut self, source: &Self)