Struct openssl_sys::dl_phdr_info
source · [−]pub struct dl_phdr_info {
pub dlpi_addr: u64,
pub dlpi_name: *const i8,
pub dlpi_phdr: *const Elf64_Phdr,
pub dlpi_phnum: u16,
pub dlpi_adds: u64,
pub dlpi_subs: u64,
pub dlpi_tls_modid: usize,
pub dlpi_tls_data: *mut c_void,
}
Fields
dlpi_addr: u64
dlpi_name: *const i8
dlpi_phdr: *const Elf64_Phdr
dlpi_phnum: u16
dlpi_adds: u64
dlpi_subs: u64
dlpi_tls_modid: usize
dlpi_tls_data: *mut c_void
Trait Implementations
sourceimpl Clone for dl_phdr_info
impl Clone for dl_phdr_info
sourcefn clone(&self) -> dl_phdr_info
fn clone(&self) -> dl_phdr_info
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for dl_phdr_info
Auto Trait Implementations
impl RefUnwindSafe for dl_phdr_info
impl !Send for dl_phdr_info
impl !Sync for dl_phdr_info
impl Unpin for dl_phdr_info
impl UnwindSafe for dl_phdr_info
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