Struct ndk_sys::__android_log_message
source · #[repr(C)]pub struct __android_log_message {
pub struct_size: usize,
pub buffer_id: i32,
pub priority: i32,
pub tag: *const c_char,
pub file: *const c_char,
pub line: u32,
pub message: *const c_char,
}
Fields§
§struct_size: usize
§buffer_id: i32
§priority: i32
§tag: *const c_char
§file: *const c_char
§line: u32
§message: *const c_char
Trait Implementations§
source§impl Clone for __android_log_message
impl Clone for __android_log_message
source§fn clone(&self) -> __android_log_message
fn clone(&self) -> __android_log_message
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_log_message
impl Debug for __android_log_message
impl Copy for __android_log_message
Auto Trait Implementations§
impl Freeze for __android_log_message
impl RefUnwindSafe for __android_log_message
impl !Send for __android_log_message
impl !Sync for __android_log_message
impl Unpin for __android_log_message
impl UnwindSafe for __android_log_message
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