Struct D3DDEVINFO_D3D9STAGETIMINGS
#[repr(C)]pub struct D3DDEVINFO_D3D9STAGETIMINGS {
pub MemoryProcessingPercent: f32,
pub ComputationProcessingPercent: f32,
}
Fields§
§MemoryProcessingPercent: f32
§ComputationProcessingPercent: f32
Trait Implementations§
§impl Clone for D3DDEVINFO_D3D9STAGETIMINGS
impl Clone for D3DDEVINFO_D3D9STAGETIMINGS
§fn clone(&self) -> D3DDEVINFO_D3D9STAGETIMINGS
fn clone(&self) -> D3DDEVINFO_D3D9STAGETIMINGS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3DDEVINFO_D3D9STAGETIMINGS
impl Debug for D3DDEVINFO_D3D9STAGETIMINGS
§impl Default for D3DDEVINFO_D3D9STAGETIMINGS
impl Default for D3DDEVINFO_D3D9STAGETIMINGS
§impl PartialEq for D3DDEVINFO_D3D9STAGETIMINGS
impl PartialEq for D3DDEVINFO_D3D9STAGETIMINGS
impl Copy for D3DDEVINFO_D3D9STAGETIMINGS
impl StructuralPartialEq for D3DDEVINFO_D3D9STAGETIMINGS
Auto Trait Implementations§
impl Freeze for D3DDEVINFO_D3D9STAGETIMINGS
impl RefUnwindSafe for D3DDEVINFO_D3D9STAGETIMINGS
impl Send for D3DDEVINFO_D3D9STAGETIMINGS
impl Sync for D3DDEVINFO_D3D9STAGETIMINGS
impl Unpin for D3DDEVINFO_D3D9STAGETIMINGS
impl UnwindSafe for D3DDEVINFO_D3D9STAGETIMINGS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more