Struct spirv_tools_sys::diagnostics::Diagnostic [−][src]
#[repr(C)]pub struct Diagnostic { pub position: Position, pub error: *const c_char, pub is_text_source: bool, }
Fields
position: Positionerror: *const c_charis_text_source: boolAuto Trait Implementations
impl RefUnwindSafe for Diagnostic
impl RefUnwindSafe for Diagnosticimpl !Send for Diagnostic
impl !Send for Diagnosticimpl !Sync for Diagnostic
impl !Sync for Diagnosticimpl Unpin for Diagnostic
impl Unpin for Diagnosticimpl UnwindSafe for Diagnostic
impl UnwindSafe for Diagnostic