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