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