#[repr(C)]pub struct WGPULoggingCallbackInfo {
pub nextInChain: *mut WGPUChainedStruct,
pub callback: WGPULoggingCallback,
pub userdata1: *mut c_void,
pub userdata2: *mut c_void,
}Fields§
§nextInChain: *mut WGPUChainedStruct§callback: WGPULoggingCallback§userdata1: *mut c_void§userdata2: *mut c_voidTrait Implementations§
Source§impl Clone for WGPULoggingCallbackInfo
impl Clone for WGPULoggingCallbackInfo
Source§fn clone(&self) -> WGPULoggingCallbackInfo
fn clone(&self) -> WGPULoggingCallbackInfo
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 Debug for WGPULoggingCallbackInfo
impl Debug for WGPULoggingCallbackInfo
Source§impl Default for WGPULoggingCallbackInfo
impl Default for WGPULoggingCallbackInfo
Source§impl Hash for WGPULoggingCallbackInfo
impl Hash for WGPULoggingCallbackInfo
Source§impl Ord for WGPULoggingCallbackInfo
impl Ord for WGPULoggingCallbackInfo
Source§fn cmp(&self, other: &WGPULoggingCallbackInfo) -> Ordering
fn cmp(&self, other: &WGPULoggingCallbackInfo) -> 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 WGPULoggingCallbackInfo
impl PartialEq for WGPULoggingCallbackInfo
Source§impl PartialOrd for WGPULoggingCallbackInfo
impl PartialOrd for WGPULoggingCallbackInfo
impl Copy for WGPULoggingCallbackInfo
impl Eq for WGPULoggingCallbackInfo
impl StructuralPartialEq for WGPULoggingCallbackInfo
Auto Trait Implementations§
impl Freeze for WGPULoggingCallbackInfo
impl RefUnwindSafe for WGPULoggingCallbackInfo
impl !Send for WGPULoggingCallbackInfo
impl !Sync for WGPULoggingCallbackInfo
impl Unpin for WGPULoggingCallbackInfo
impl UnwindSafe for WGPULoggingCallbackInfo
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