Struct ndk_sys::__android_log_message [−][src]
#[repr(C)]pub struct __android_log_message {
pub struct_size: size_t,
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: size_tbuffer_id: i32priority: i32tag: *const c_charfile: *const c_charline: u32message: *const c_charTrait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more