#[repr(transparent)]pub struct WGPUCreatePipelineAsyncStatus(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUCreatePipelineAsyncStatus
impl Clone for WGPUCreatePipelineAsyncStatus
Source§fn clone(&self) -> WGPUCreatePipelineAsyncStatus
fn clone(&self) -> WGPUCreatePipelineAsyncStatus
Returns a copy 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 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 ==.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