#[repr(C)]pub struct WGPUQuerySetDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub type_: c_int,
pub count: u32,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§type_: c_int§count: u32Trait Implementations§
Source§impl Clone for WGPUQuerySetDescriptor
impl Clone for WGPUQuerySetDescriptor
Source§fn clone(&self) -> WGPUQuerySetDescriptor
fn clone(&self) -> WGPUQuerySetDescriptor
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 moreSource§impl Debug for WGPUQuerySetDescriptor
impl Debug for WGPUQuerySetDescriptor
impl Copy 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