#[repr(C)]pub struct D3D12_QUERY_DATA_SO_STATISTICS {
pub NumPrimitivesWritten: UINT64,
pub PrimitivesStorageNeeded: UINT64,
}
Fields§
§NumPrimitivesWritten: UINT64
§PrimitivesStorageNeeded: UINT64
Trait Implementations§
Source§impl Clone for D3D12_QUERY_DATA_SO_STATISTICS
impl Clone for D3D12_QUERY_DATA_SO_STATISTICS
Source§fn clone(&self) -> D3D12_QUERY_DATA_SO_STATISTICS
fn clone(&self) -> D3D12_QUERY_DATA_SO_STATISTICS
Returns a duplicate 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 moreSource§impl Default for D3D12_QUERY_DATA_SO_STATISTICS
impl Default for D3D12_QUERY_DATA_SO_STATISTICS
Source§fn default() -> D3D12_QUERY_DATA_SO_STATISTICS
fn default() -> D3D12_QUERY_DATA_SO_STATISTICS
Returns the “default value” for a type. Read more
impl Copy for D3D12_QUERY_DATA_SO_STATISTICS
Auto Trait Implementations§
impl Freeze for D3D12_QUERY_DATA_SO_STATISTICS
impl RefUnwindSafe for D3D12_QUERY_DATA_SO_STATISTICS
impl Send for D3D12_QUERY_DATA_SO_STATISTICS
impl Sync for D3D12_QUERY_DATA_SO_STATISTICS
impl Unpin for D3D12_QUERY_DATA_SO_STATISTICS
impl UnwindSafe for D3D12_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