Struct spirv_tools::error::Diagnostic [−][src]
pub struct Diagnostic {
pub line: usize,
pub column: usize,
pub index: usize,
pub message: String,
pub is_text: bool,
}Fields
line: usizecolumn: usizeindex: usizemessage: Stringis_text: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.