#[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_tTrait 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 duplicate 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