Struct ndk_sys::android_dlextinfo
source · #[repr(C)]pub struct android_dlextinfo {
pub flags: u64,
pub reserved_addr: *mut c_void,
pub reserved_size: usize,
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: usize
§relro_fd: c_int
§library_fd: c_int
§library_fd_offset: off64_t
§library_namespace: *mut android_namespace_t
Trait Implementations§
source§impl Clone for android_dlextinfo
impl Clone for android_dlextinfo
source§fn clone(&self) -> android_dlextinfo
fn clone(&self) -> android_dlextinfo
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_dlextinfo
impl Debug for android_dlextinfo
impl Copy for android_dlextinfo
Auto Trait Implementations§
impl Freeze for android_dlextinfo
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§
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