#[repr(transparent)]pub struct WGPUQueryType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WGPUQueryType
impl WGPUQueryType
pub const WGPUQueryType_Occlusion: WGPUQueryType
Source§impl WGPUQueryType
impl WGPUQueryType
pub const WGPUQueryType_Timestamp: WGPUQueryType
Source§impl WGPUQueryType
impl WGPUQueryType
pub const WGPUQueryType_Force32: WGPUQueryType
Trait Implementations§
Source§impl Clone for WGPUQueryType
impl Clone for WGPUQueryType
Source§fn clone(&self) -> WGPUQueryType
fn clone(&self) -> WGPUQueryType
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 WGPUQueryType
impl Debug for WGPUQueryType
Source§impl Hash for WGPUQueryType
impl Hash for WGPUQueryType
Source§impl Ord for WGPUQueryType
impl Ord for WGPUQueryType
Source§fn cmp(&self, other: &WGPUQueryType) -> Ordering
fn cmp(&self, other: &WGPUQueryType) -> 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 WGPUQueryType
impl PartialEq for WGPUQueryType
Source§impl PartialOrd for WGPUQueryType
impl PartialOrd for WGPUQueryType
impl Copy for WGPUQueryType
impl Eq for WGPUQueryType
impl StructuralPartialEq for WGPUQueryType
Auto Trait Implementations§
impl Freeze for WGPUQueryType
impl RefUnwindSafe for WGPUQueryType
impl Send for WGPUQueryType
impl Sync for WGPUQueryType
impl Unpin for WGPUQueryType
impl UnwindSafe for WGPUQueryType
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