#[repr(C)]pub struct WGPUDawnCompilationMessageUtf16 {
pub chain: WGPUChainedStruct,
pub linePos: u64,
pub offset: u64,
pub length: u64,
}Fields§
§chain: WGPUChainedStruct§linePos: u64§offset: u64§length: u64Trait Implementations§
Source§impl Clone for WGPUDawnCompilationMessageUtf16
impl Clone for WGPUDawnCompilationMessageUtf16
Source§fn clone(&self) -> WGPUDawnCompilationMessageUtf16
fn clone(&self) -> WGPUDawnCompilationMessageUtf16
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUDawnCompilationMessageUtf16
impl Eq for WGPUDawnCompilationMessageUtf16
Source§impl Ord for WGPUDawnCompilationMessageUtf16
impl Ord for WGPUDawnCompilationMessageUtf16
Source§fn cmp(&self, other: &WGPUDawnCompilationMessageUtf16) -> Ordering
fn cmp(&self, other: &WGPUDawnCompilationMessageUtf16) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for WGPUDawnCompilationMessageUtf16
impl PartialOrd for WGPUDawnCompilationMessageUtf16
impl StructuralPartialEq for WGPUDawnCompilationMessageUtf16
Auto Trait Implementations§
impl !Send for WGPUDawnCompilationMessageUtf16
impl !Sync for WGPUDawnCompilationMessageUtf16
impl Freeze for WGPUDawnCompilationMessageUtf16
impl RefUnwindSafe for WGPUDawnCompilationMessageUtf16
impl Unpin for WGPUDawnCompilationMessageUtf16
impl UnsafeUnpin for WGPUDawnCompilationMessageUtf16
impl UnwindSafe for WGPUDawnCompilationMessageUtf16
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