#[repr(C)]pub struct WGPUQuerySetImpl { /* private fields */ }Trait Implementations§
Source§impl Clone for WGPUQuerySetImpl
impl Clone for WGPUQuerySetImpl
Source§fn clone(&self) -> WGPUQuerySetImpl
fn clone(&self) -> WGPUQuerySetImpl
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 WGPUQuerySetImpl
impl Debug for WGPUQuerySetImpl
impl Copy for WGPUQuerySetImpl
Auto Trait Implementations§
impl Freeze for WGPUQuerySetImpl
impl RefUnwindSafe for WGPUQuerySetImpl
impl Send for WGPUQuerySetImpl
impl Sync for WGPUQuerySetImpl
impl Unpin for WGPUQuerySetImpl
impl UnwindSafe for WGPUQuerySetImpl
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