Struct D3D10_QUERY_DATA_SO_STATISTICS
#[repr(C)]pub struct D3D10_QUERY_DATA_SO_STATISTICS {
pub NumPrimitivesWritten: u64,
pub PrimitivesStorageNeeded: u64,
}
Fields§
§NumPrimitivesWritten: u64
§PrimitivesStorageNeeded: u64
Trait Implementations§
§impl Clone for D3D10_QUERY_DATA_SO_STATISTICS
impl Clone for D3D10_QUERY_DATA_SO_STATISTICS
§fn clone(&self) -> D3D10_QUERY_DATA_SO_STATISTICS
fn clone(&self) -> D3D10_QUERY_DATA_SO_STATISTICS
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 D3D10_QUERY_DATA_SO_STATISTICS
impl Debug for D3D10_QUERY_DATA_SO_STATISTICS
§impl Default for D3D10_QUERY_DATA_SO_STATISTICS
impl Default for D3D10_QUERY_DATA_SO_STATISTICS
§impl PartialEq for D3D10_QUERY_DATA_SO_STATISTICS
impl PartialEq for D3D10_QUERY_DATA_SO_STATISTICS
impl Copy for D3D10_QUERY_DATA_SO_STATISTICS
impl StructuralPartialEq for D3D10_QUERY_DATA_SO_STATISTICS
Auto Trait Implementations§
impl Freeze for D3D10_QUERY_DATA_SO_STATISTICS
impl RefUnwindSafe for D3D10_QUERY_DATA_SO_STATISTICS
impl Send for D3D10_QUERY_DATA_SO_STATISTICS
impl Sync for D3D10_QUERY_DATA_SO_STATISTICS
impl Unpin for D3D10_QUERY_DATA_SO_STATISTICS
impl UnwindSafe for D3D10_QUERY_DATA_SO_STATISTICS
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