#[repr(C)]pub struct WGPUCompilationMessage {
pub nextInChain: *mut WGPUChainedStruct,
pub message: WGPUStringView,
pub type_: WGPUCompilationMessageType,
pub lineNum: u64,
pub linePos: u64,
pub offset: u64,
pub length: u64,
}Fields§
§nextInChain: *mut WGPUChainedStruct§message: WGPUStringView§type_: WGPUCompilationMessageType§lineNum: u64§linePos: u64§offset: u64§length: u64Trait Implementations§
Source§impl Clone for WGPUCompilationMessage
impl Clone for WGPUCompilationMessage
Source§fn clone(&self) -> WGPUCompilationMessage
fn clone(&self) -> WGPUCompilationMessage
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 WGPUCompilationMessage
impl Debug for WGPUCompilationMessage
Source§impl Default for WGPUCompilationMessage
impl Default for WGPUCompilationMessage
Source§impl Hash for WGPUCompilationMessage
impl Hash for WGPUCompilationMessage
Source§impl Ord for WGPUCompilationMessage
impl Ord for WGPUCompilationMessage
Source§fn cmp(&self, other: &WGPUCompilationMessage) -> Ordering
fn cmp(&self, other: &WGPUCompilationMessage) -> 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 WGPUCompilationMessage
impl PartialEq for WGPUCompilationMessage
Source§impl PartialOrd for WGPUCompilationMessage
impl PartialOrd for WGPUCompilationMessage
impl Copy for WGPUCompilationMessage
impl Eq for WGPUCompilationMessage
impl StructuralPartialEq for WGPUCompilationMessage
Auto Trait Implementations§
impl Freeze for WGPUCompilationMessage
impl RefUnwindSafe for WGPUCompilationMessage
impl !Send for WGPUCompilationMessage
impl !Sync for WGPUCompilationMessage
impl Unpin for WGPUCompilationMessage
impl UnwindSafe for WGPUCompilationMessage
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