Enum spirv_tools_sys::diagnostics::MessageLevel [−][src]
#[repr(C)]
pub enum MessageLevel {
Fatal,
InternalError,
Error,
Warning,
Info,
Debug,
}Variants
Unrecoverable error due to environment. Will exit the program immediately. E.g., out of memory.
Unrecoverable error due to SPIRV-Tools internals. Will exit the program immediately. E.g., unimplemented feature.
Normal error due to user input.
Warning information.
General information.
Debug information.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageLevel
impl Send for MessageLevel
impl Sync for MessageLevel
impl Unpin for MessageLevel
impl UnwindSafe for MessageLevel
Blanket Implementations
Mutably borrows from an owned value. Read more