#[repr(C)]pub struct WGPUCompilationInfo {
pub nextInChain: *mut WGPUChainedStruct,
pub messageCount: usize,
pub messages: *const WGPUCompilationMessage,
}Fields§
§nextInChain: *mut WGPUChainedStruct§messageCount: usize§messages: *const WGPUCompilationMessageTrait Implementations§
Source§impl Clone for WGPUCompilationInfo
impl Clone for WGPUCompilationInfo
Source§fn clone(&self) -> WGPUCompilationInfo
fn clone(&self) -> WGPUCompilationInfo
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 moreSource§impl Debug for WGPUCompilationInfo
impl Debug for WGPUCompilationInfo
impl Copy for WGPUCompilationInfo
Auto Trait Implementations§
impl Freeze for WGPUCompilationInfo
impl RefUnwindSafe for WGPUCompilationInfo
impl !Send for WGPUCompilationInfo
impl !Sync for WGPUCompilationInfo
impl Unpin for WGPUCompilationInfo
impl UnwindSafe for WGPUCompilationInfo
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