#[repr(C)]pub struct WGPUCompilationInfoCallbackInfo {
pub nextInChain: *mut WGPUChainedStruct,
pub mode: c_int,
pub callback: WGPUCompilationInfoCallback,
pub userdata1: *mut c_void,
pub userdata2: *mut c_void,
}Fields§
§nextInChain: *mut WGPUChainedStruct§mode: c_int§callback: WGPUCompilationInfoCallback§userdata1: *mut c_void§userdata2: *mut c_voidTrait Implementations§
Source§impl Clone for WGPUCompilationInfoCallbackInfo
impl Clone for WGPUCompilationInfoCallbackInfo
Source§fn clone(&self) -> WGPUCompilationInfoCallbackInfo
fn clone(&self) -> WGPUCompilationInfoCallbackInfo
Returns a copy 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 moreimpl Copy for WGPUCompilationInfoCallbackInfo
Auto Trait Implementations§
impl Freeze for WGPUCompilationInfoCallbackInfo
impl RefUnwindSafe for WGPUCompilationInfoCallbackInfo
impl !Send for WGPUCompilationInfoCallbackInfo
impl !Sync for WGPUCompilationInfoCallbackInfo
impl Unpin for WGPUCompilationInfoCallbackInfo
impl UnwindSafe for WGPUCompilationInfoCallbackInfo
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