Enum android_log_sys::LogPriority [] [src]

pub enum LogPriority {
    UNKNOWN,
    DEFAULT,
    VERBOSE,
    DEBUG,
    INFO,
    WARN,
    ERROR,
    FATAL,
    SILENT,
}

Variants

UNKNOWNDEFAULTVERBOSEDEBUGINFOWARNERRORFATALSILENT

Trait Implementations

impl Copy for LogPriority
[src]

impl Clone for LogPriority
[src]

fn clone(&self) -> LogPriority

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more