Enum amdgpu::LogLevel [−][src]
pub enum LogLevel {
Off,
Error,
Warn,
Info,
Debug,
Trace,
}Variants
Off
A level lower than all log levels.
Error
Corresponds to the Error log level.
Warn
Corresponds to the Warn log level.
Info
Corresponds to the Info log level.
Debug
Corresponds to the Debug log level.
Trace
Corresponds to the Trace log level.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
