Struct ndk_sys::android_LogPriority
source · #[repr(transparent)]pub struct android_LogPriority(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_UNKNOWN: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_DEFAULT: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_VERBOSE: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_DEBUG: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_INFO: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_WARN: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_ERROR: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_FATAL: android_LogPriority = _
source§impl android_LogPriority
impl android_LogPriority
pub const ANDROID_LOG_SILENT: android_LogPriority = _
Trait Implementations§
source§impl Clone for android_LogPriority
impl Clone for android_LogPriority
source§fn clone(&self) -> android_LogPriority
fn clone(&self) -> android_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 moresource§impl Debug for android_LogPriority
impl Debug for android_LogPriority
source§impl Hash for android_LogPriority
impl Hash for android_LogPriority
source§impl PartialEq for android_LogPriority
impl PartialEq for android_LogPriority
source§fn eq(&self, other: &android_LogPriority) -> bool
fn eq(&self, other: &android_LogPriority) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for android_LogPriority
impl Eq for android_LogPriority
impl StructuralPartialEq for android_LogPriority
Auto Trait Implementations§
impl Freeze for android_LogPriority
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§
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