Enum android_log_sys::LogPriority
source · #[repr(isize)]
pub enum LogPriority {
UNKNOWN,
DEFAULT,
VERBOSE,
DEBUG,
INFO,
WARN,
ERROR,
FATAL,
SILENT,
}Variants§
Trait Implementations§
source§impl Clone for LogPriority
impl Clone for LogPriority
source§fn clone(&self) -> LogPriority
fn clone(&self) -> LogPriority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more