#[repr(C)]pub struct WGPUCreateComputePipelineAsyncCallbackInfo {
pub nextInChain: *mut WGPUChainedStruct,
pub mode: WGPUCallbackMode,
pub callback: WGPUCreateComputePipelineAsyncCallback,
pub userdata1: *mut c_void,
pub userdata2: *mut c_void,
}Fields§
§nextInChain: *mut WGPUChainedStruct§mode: WGPUCallbackMode§callback: WGPUCreateComputePipelineAsyncCallback§userdata1: *mut c_void§userdata2: *mut c_voidTrait Implementations§
Source§impl Clone for WGPUCreateComputePipelineAsyncCallbackInfo
impl Clone for WGPUCreateComputePipelineAsyncCallbackInfo
Source§fn clone(&self) -> WGPUCreateComputePipelineAsyncCallbackInfo
fn clone(&self) -> WGPUCreateComputePipelineAsyncCallbackInfo
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 Ord for WGPUCreateComputePipelineAsyncCallbackInfo
impl Ord for WGPUCreateComputePipelineAsyncCallbackInfo
Source§fn cmp(&self, other: &WGPUCreateComputePipelineAsyncCallbackInfo) -> Ordering
fn cmp(&self, other: &WGPUCreateComputePipelineAsyncCallbackInfo) -> 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 WGPUCreateComputePipelineAsyncCallbackInfo
impl PartialEq for WGPUCreateComputePipelineAsyncCallbackInfo
Source§fn eq(&self, other: &WGPUCreateComputePipelineAsyncCallbackInfo) -> bool
fn eq(&self, other: &WGPUCreateComputePipelineAsyncCallbackInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUCreateComputePipelineAsyncCallbackInfo
impl PartialOrd for WGPUCreateComputePipelineAsyncCallbackInfo
impl Copy for WGPUCreateComputePipelineAsyncCallbackInfo
impl Eq for WGPUCreateComputePipelineAsyncCallbackInfo
impl StructuralPartialEq for WGPUCreateComputePipelineAsyncCallbackInfo
Auto Trait Implementations§
impl Freeze for WGPUCreateComputePipelineAsyncCallbackInfo
impl RefUnwindSafe for WGPUCreateComputePipelineAsyncCallbackInfo
impl !Send for WGPUCreateComputePipelineAsyncCallbackInfo
impl !Sync for WGPUCreateComputePipelineAsyncCallbackInfo
impl Unpin for WGPUCreateComputePipelineAsyncCallbackInfo
impl UnwindSafe for WGPUCreateComputePipelineAsyncCallbackInfo
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