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