#[repr(C)]pub struct WGPUQuerySetDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub type_: WGPUQueryType,
pub count: u32,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§type_: WGPUQueryType§count: u32Trait Implementations§
Source§impl Clone for WGPUQuerySetDescriptor
impl Clone for WGPUQuerySetDescriptor
Source§fn clone(&self) -> WGPUQuerySetDescriptor
fn clone(&self) -> WGPUQuerySetDescriptor
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 Debug for WGPUQuerySetDescriptor
impl Debug for WGPUQuerySetDescriptor
Source§impl Default for WGPUQuerySetDescriptor
impl Default for WGPUQuerySetDescriptor
Source§impl Hash for WGPUQuerySetDescriptor
impl Hash for WGPUQuerySetDescriptor
Source§impl Ord for WGPUQuerySetDescriptor
impl Ord for WGPUQuerySetDescriptor
Source§fn cmp(&self, other: &WGPUQuerySetDescriptor) -> Ordering
fn cmp(&self, other: &WGPUQuerySetDescriptor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUQuerySetDescriptor
impl PartialEq for WGPUQuerySetDescriptor
Source§impl PartialOrd for WGPUQuerySetDescriptor
impl PartialOrd for WGPUQuerySetDescriptor
impl Copy for WGPUQuerySetDescriptor
impl Eq for WGPUQuerySetDescriptor
impl StructuralPartialEq for WGPUQuerySetDescriptor
Auto Trait Implementations§
impl Freeze for WGPUQuerySetDescriptor
impl RefUnwindSafe for WGPUQuerySetDescriptor
impl !Send for WGPUQuerySetDescriptor
impl !Sync for WGPUQuerySetDescriptor
impl Unpin for WGPUQuerySetDescriptor
impl UnwindSafe for WGPUQuerySetDescriptor
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