Enum spirv_tools::error::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
impl Clone for MessageLevel[src]
impl Clone for MessageLevel[src]pub fn clone(&self) -> MessageLevel[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for MessageLevel[src]
impl Copy for MessageLevel[src]impl PartialEq<MessageLevel> for MessageLevel[src]
impl PartialEq<MessageLevel> for MessageLevel[src]impl StructuralPartialEq for MessageLevel[src]
impl StructuralPartialEq for MessageLevel[src]Auto Trait Implementations
impl RefUnwindSafe for MessageLevel
impl RefUnwindSafe for MessageLevelimpl Send for MessageLevel
impl Send for MessageLevelimpl Sync for MessageLevel
impl Sync for MessageLevelimpl Unpin for MessageLevel
impl Unpin for MessageLevelimpl UnwindSafe for MessageLevel
impl UnwindSafe for MessageLevel