Enum spirv_tools::error::MessageLevel
source · [−]#[repr(C)]
pub enum MessageLevel {
Fatal,
InternalError,
Error,
Warning,
Info,
Debug,
}Variants
Fatal
Unrecoverable error due to environment. Will exit the program immediately. E.g., out of memory.
InternalError
Unrecoverable error due to SPIRV-Tools internals. Will exit the program immediately. E.g., unimplemented feature.
Error
Normal error due to user input.
Warning
Warning information.
Info
General information.
Debug
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