Struct wgpu_types::QuerySetDescriptor
source · Expand description
Describes how to create a QuerySet.
Fields§
§ty: QueryTypeKind of query that this query set should contain.
count: u32Total count of queries the set contains. Must not be zero.
Must not be greater than QUERY_SET_MAX_QUERIES.
Trait Implementations§
source§impl Clone for QuerySetDescriptor
impl Clone for QuerySetDescriptor
source§fn clone(&self) -> QuerySetDescriptor
fn clone(&self) -> QuerySetDescriptor
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