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