#[repr(C)]pub struct D3D10_QUERY_DATA_PIPELINE_STATISTICS {
pub IAVertices: u64,
pub IAPrimitives: u64,
pub VSInvocations: u64,
pub GSInvocations: u64,
pub GSPrimitives: u64,
pub CInvocations: u64,
pub CPrimitives: u64,
pub PSInvocations: u64,
}
Expand description
Required features: "Win32_Graphics_Direct3D10"
Fields
IAVertices: u64
IAPrimitives: u64
VSInvocations: u64
GSInvocations: u64
GSPrimitives: u64
CInvocations: u64
CPrimitives: u64
PSInvocations: u64
Trait Implementations
impl Copy for D3D10_QUERY_DATA_PIPELINE_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for D3D10_QUERY_DATA_PIPELINE_STATISTICS
impl Send for D3D10_QUERY_DATA_PIPELINE_STATISTICS
impl Sync for D3D10_QUERY_DATA_PIPELINE_STATISTICS
impl Unpin for D3D10_QUERY_DATA_PIPELINE_STATISTICS
impl UnwindSafe for D3D10_QUERY_DATA_PIPELINE_STATISTICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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