Struct winapi::d3d9types::D3DDEVINFO_D3D9CACHEUTILIZATION [] [src]

#[repr(C)]
pub struct D3DDEVINFO_D3D9CACHEUTILIZATION { pub TextureCacheHitRate: FLOAT, pub PostTransformVertexCacheHitRate: FLOAT, }

Fields

Trait Implementations

impl Debug for D3DDEVINFO_D3D9CACHEUTILIZATION
[src]

Formats the value using the given formatter.

impl Copy for D3DDEVINFO_D3D9CACHEUTILIZATION
[src]

impl Clone for D3DDEVINFO_D3D9CACHEUTILIZATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more