Struct libc_interface::dl_phdr_info [−][src]
#[repr(C)]pub struct dl_phdr_info { pub dlpi_addr: Elf64_Addr, pub dlpi_name: *const c_char, pub dlpi_phdr: *const Elf64_Phdr, pub dlpi_phnum: Elf64_Half, pub dlpi_adds: c_ulonglong, pub dlpi_subs: c_ulonglong, pub dlpi_tls_modid: size_t, pub dlpi_tls_data: *mut c_void, }
Fields
dlpi_addr: Elf64_Addr
dlpi_name: *const c_char
dlpi_phdr: *const Elf64_Phdr
dlpi_phnum: Elf64_Half
dlpi_adds: c_ulonglong
dlpi_subs: c_ulonglong
dlpi_tls_modid: size_t
dlpi_tls_data: *mut c_void
Trait Implementations
impl Copy for dl_phdr_info
[src]
impl Copy for dl_phdr_info
impl Clone for dl_phdr_info
[src]
impl Clone for dl_phdr_info
fn clone(&self) -> dl_phdr_info
[src]
fn clone(&self) -> dl_phdr_info
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for dl_phdr_info
[src]
impl PartialEq for dl_phdr_info
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for dl_phdr_info
[src]
impl Eq for dl_phdr_info
Auto Trait Implementations
impl !Send for dl_phdr_info
impl !Send for dl_phdr_info
impl !Sync for dl_phdr_info
impl !Sync for dl_phdr_info