#[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_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
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
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