pub struct DawnCompilationMessageUtf16 {
pub line_pos: Option<u64>,
pub offset: Option<u64>,
pub length: Option<u64>,
}Fields§
§line_pos: Option<u64>§offset: Option<u64>§length: Option<u64>Implementations§
Trait Implementations§
Source§impl From<DawnCompilationMessageUtf16> for CompilationMessageExtension
impl From<DawnCompilationMessageUtf16> for CompilationMessageExtension
Source§fn from(ext: DawnCompilationMessageUtf16) -> Self
fn from(ext: DawnCompilationMessageUtf16) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnCompilationMessageUtf16
impl RefUnwindSafe for DawnCompilationMessageUtf16
impl Send for DawnCompilationMessageUtf16
impl Sync for DawnCompilationMessageUtf16
impl Unpin for DawnCompilationMessageUtf16
impl UnsafeUnpin for DawnCompilationMessageUtf16
impl UnwindSafe for DawnCompilationMessageUtf16
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