#[repr(C)]pub struct D3D11_QUERY_DATA_SO_STATISTICS {
pub NumPrimitivesWritten: u64,
pub PrimitivesStorageNeeded: u64,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
NumPrimitivesWritten: u64
PrimitivesStorageNeeded: u64
Trait Implementations
impl Clone for D3D11_QUERY_DATA_SO_STATISTICS
impl Clone for D3D11_QUERY_DATA_SO_STATISTICS
impl Copy for D3D11_QUERY_DATA_SO_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for D3D11_QUERY_DATA_SO_STATISTICS
impl Send for D3D11_QUERY_DATA_SO_STATISTICS
impl Sync for D3D11_QUERY_DATA_SO_STATISTICS
impl Unpin for D3D11_QUERY_DATA_SO_STATISTICS
impl UnwindSafe for D3D11_QUERY_DATA_SO_STATISTICS
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