#[repr(C)]pub struct D3DDEVINFO_D3D9PIPELINETIMINGS {
pub VertexProcessingTimePercent: f32,
pub PixelProcessingTimePercent: f32,
pub OtherGPUProcessingTimePercent: f32,
pub GPUIdleTimePercent: f32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
VertexProcessingTimePercent: f32
PixelProcessingTimePercent: f32
OtherGPUProcessingTimePercent: f32
GPUIdleTimePercent: f32
Trait Implementations
impl Clone for D3DDEVINFO_D3D9PIPELINETIMINGS
impl Clone for D3DDEVINFO_D3D9PIPELINETIMINGS
impl Copy for D3DDEVINFO_D3D9PIPELINETIMINGS
Auto Trait Implementations
impl RefUnwindSafe for D3DDEVINFO_D3D9PIPELINETIMINGS
impl Send for D3DDEVINFO_D3D9PIPELINETIMINGS
impl Sync for D3DDEVINFO_D3D9PIPELINETIMINGS
impl Unpin for D3DDEVINFO_D3D9PIPELINETIMINGS
impl UnwindSafe for D3DDEVINFO_D3D9PIPELINETIMINGS
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