Struct ndk_sys::android_dlextinfo
source · #[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
sourceimpl Clone for android_dlextinfo
impl Clone for android_dlextinfo
sourcefn clone(&self) -> android_dlextinfo
fn clone(&self) -> android_dlextinfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for android_dlextinfo
impl Debug for android_dlextinfo
impl Copy for android_dlextinfo
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more