Struct spirv_tools::error::Message [−][src]
pub struct Message {
pub level: MessageLevel,
pub source: Option<String>,
pub line: usize,
pub column: usize,
pub index: usize,
pub message: String,
}Fields
level: MessageLevelsource: Option<String>line: usizecolumn: usizeindex: usizemessage: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl RefUnwindSafe for Messageimpl UnwindSafe for Message
impl UnwindSafe for Message