#[repr(C)]pub struct WGPUCompilationMessage {
pub nextInChain: *mut WGPUChainedStruct,
pub message: WGPUStringView,
pub type_: c_int,
pub lineNum: u64,
pub linePos: u64,
pub offset: u64,
pub length: u64,
}Fields§
§nextInChain: *mut WGPUChainedStruct§message: WGPUStringView§type_: c_int§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 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 WGPUCompilationMessage
impl Debug for WGPUCompilationMessage
impl Copy 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