#[repr(transparent)]pub struct WGPUCreatePipelineAsyncStatus(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPUCreatePipelineAsyncStatus
impl WGPUCreatePipelineAsyncStatus
pub const Success: Self = raw::WGPUCreatePipelineAsyncStatus_WGPUCreatePipelineAsyncStatus_Success
pub const CallbackCancelled: Self = raw::WGPUCreatePipelineAsyncStatus_WGPUCreatePipelineAsyncStatus_CallbackCancelled
pub const ValidationError: Self = raw::WGPUCreatePipelineAsyncStatus_WGPUCreatePipelineAsyncStatus_ValidationError
pub const InternalError: Self = raw::WGPUCreatePipelineAsyncStatus_WGPUCreatePipelineAsyncStatus_InternalError
Trait Implementations§
Source§impl Clone for WGPUCreatePipelineAsyncStatus
impl Clone for WGPUCreatePipelineAsyncStatus
Source§fn clone(&self) -> WGPUCreatePipelineAsyncStatus
fn clone(&self) -> WGPUCreatePipelineAsyncStatus
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 Hash for WGPUCreatePipelineAsyncStatus
impl Hash for WGPUCreatePipelineAsyncStatus
Source§impl Ord for WGPUCreatePipelineAsyncStatus
impl Ord for WGPUCreatePipelineAsyncStatus
Source§fn cmp(&self, other: &WGPUCreatePipelineAsyncStatus) -> Ordering
fn cmp(&self, other: &WGPUCreatePipelineAsyncStatus) -> 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 WGPUCreatePipelineAsyncStatus
impl PartialEq for WGPUCreatePipelineAsyncStatus
Source§fn eq(&self, other: &WGPUCreatePipelineAsyncStatus) -> bool
fn eq(&self, other: &WGPUCreatePipelineAsyncStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUCreatePipelineAsyncStatus
impl PartialOrd for WGPUCreatePipelineAsyncStatus
impl Copy for WGPUCreatePipelineAsyncStatus
impl Eq for WGPUCreatePipelineAsyncStatus
impl StructuralPartialEq for WGPUCreatePipelineAsyncStatus
Auto Trait Implementations§
impl Freeze for WGPUCreatePipelineAsyncStatus
impl RefUnwindSafe for WGPUCreatePipelineAsyncStatus
impl Send for WGPUCreatePipelineAsyncStatus
impl Sync for WGPUCreatePipelineAsyncStatus
impl Unpin for WGPUCreatePipelineAsyncStatus
impl UnwindSafe for WGPUCreatePipelineAsyncStatus
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