Struct spirv_tools_sys::diagnostics::Diagnostic
source · [−]#[repr(C)]pub struct Diagnostic {
pub position: Position,
pub error: *const c_char,
pub is_text_source: bool,
}
Fields
position: Position
error: *const c_char
is_text_source: bool
Auto Trait Implementations
impl RefUnwindSafe for Diagnostic
impl !Send for Diagnostic
impl !Sync for Diagnostic
impl Unpin for Diagnostic
impl UnwindSafe for Diagnostic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more