#[repr(C)]pub struct D3DDEVINFO_D3D9BANDWIDTHTIMINGS {
pub MaxBandwidthUtilized: f32,
pub FrontEndUploadMemoryUtilizedPercent: f32,
pub VertexRateUtilizedPercent: f32,
pub TriangleSetupRateUtilizedPercent: f32,
pub FillRateUtilizedPercent: f32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
MaxBandwidthUtilized: f32
FrontEndUploadMemoryUtilizedPercent: f32
VertexRateUtilizedPercent: f32
TriangleSetupRateUtilizedPercent: f32
FillRateUtilizedPercent: f32
Trait Implementations
impl Clone for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl Clone for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl Copy for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
Auto Trait Implementations
impl RefUnwindSafe for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl Send for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl Sync for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl Unpin for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
impl UnwindSafe for D3DDEVINFO_D3D9BANDWIDTHTIMINGS
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