Struct ndk_sys::android_dlextinfo [−][src]
#[repr(C)]pub struct android_dlextinfo {
pub flags: u64,
pub reserved_addr: *mut c_void,
pub reserved_size: size_t,
pub relro_fd: c_int,
pub library_fd: c_int,
pub library_fd_offset: off64_t,
pub library_namespace: *mut android_namespace_t,
}
Fields
flags: u64
reserved_addr: *mut c_void
reserved_size: size_t
relro_fd: c_int
library_fd: c_int
library_fd_offset: off64_t
library_namespace: *mut android_namespace_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for android_dlextinfo
impl !Send for android_dlextinfo
impl !Sync for android_dlextinfo
impl Unpin for android_dlextinfo
impl UnwindSafe for android_dlextinfo
Blanket Implementations
Mutably borrows from an owned value. Read more