Struct ndk_sys::android_LogPriority
source · #[repr(transparent)]pub struct android_LogPriority(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_UNKNOWN: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_DEFAULT: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_VERBOSE: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_DEBUG: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_INFO: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_WARN: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_ERROR: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_FATAL: android_LogPriority = _
sourceimpl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_SILENT: android_LogPriority = _
Trait Implementations
sourceimpl Clone for android_LogPriority
impl Clone for android_LogPriority
sourcefn clone(&self) -> android_LogPriority
fn clone(&self) -> android_LogPriority
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for android_LogPriority
impl Debug for android_LogPriority
sourceimpl Hash for android_LogPriority
impl Hash for android_LogPriority
sourceimpl PartialEq<android_LogPriority> for android_LogPriority
impl PartialEq<android_LogPriority> for android_LogPriority
sourcefn eq(&self, other: &android_LogPriority) -> bool
fn eq(&self, other: &android_LogPriority) -> bool
impl Copy for android_LogPriority
impl Eq for android_LogPriority
impl StructuralEq for android_LogPriority
impl StructuralPartialEq for android_LogPriority
Auto Trait Implementations
impl RefUnwindSafe for android_LogPriority
impl Send for android_LogPriority
impl Sync for android_LogPriority
impl Unpin for android_LogPriority
impl UnwindSafe for android_LogPriority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more