Enum android_log_sys::LogPriority [] [src]

#[repr(isize)]
pub enum LogPriority { UNKNOWN, DEFAULT, VERBOSE, DEBUG, INFO, WARN, ERROR, FATAL, SILENT, }

Variants

Trait Implementations

impl Clone for LogPriority
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LogPriority
[src]