Struct winapi::d3d11::D3D11_QUERY_DATA_SO_STATISTICS
[−]
[src]
pub struct D3D11_QUERY_DATA_SO_STATISTICS { pub NumPrimitivesWritten: UINT64, pub PrimitivesStorageNeeded: UINT64, }
Fields
NumPrimitivesWritten | |
PrimitivesStorageNeeded |
Trait Implementations
impl Copy for D3D11_QUERY_DATA_SO_STATISTICS
[src]
impl Clone for D3D11_QUERY_DATA_SO_STATISTICS
[src]
fn clone(&self) -> D3D11_QUERY_DATA_SO_STATISTICS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more