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