#[repr(i32)]pub enum AndroidLogPriority {
Unknown = 0,
Default = 1,
Verbose = 2,
Debug = 3,
Info = 4,
Warn = 5,
Error = 6,
Fatal = 7,
Silent = 8,
}
Variants§
Auto Trait Implementations§
impl Freeze for AndroidLogPriority
impl RefUnwindSafe for AndroidLogPriority
impl Send for AndroidLogPriority
impl Sync for AndroidLogPriority
impl Unpin for AndroidLogPriority
impl UnwindSafe for AndroidLogPriority
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more