#[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 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 WGPUCompilationInfo
impl Debug for WGPUCompilationInfo
Source§impl Default for WGPUCompilationInfo
impl Default for WGPUCompilationInfo
Source§impl Hash for WGPUCompilationInfo
impl Hash for WGPUCompilationInfo
Source§impl Ord for WGPUCompilationInfo
impl Ord for WGPUCompilationInfo
Source§fn cmp(&self, other: &WGPUCompilationInfo) -> Ordering
fn cmp(&self, other: &WGPUCompilationInfo) -> 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 WGPUCompilationInfo
impl PartialEq for WGPUCompilationInfo
Source§impl PartialOrd for WGPUCompilationInfo
impl PartialOrd for WGPUCompilationInfo
impl Copy for WGPUCompilationInfo
impl Eq for WGPUCompilationInfo
impl StructuralPartialEq 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