Enum mentat_ffi::android::LogLevel [] [src]

pub enum LogLevel {
    Debug,
    Info,
    Warn,
    Error,
}

Variants

Trait Implementations

Auto Trait Implementations

impl Send for LogLevel

impl Sync for LogLevel