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

Trait Implementations

impl Copy for dl_phdr_info
[src]

impl Clone for dl_phdr_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for dl_phdr_info
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for dl_phdr_info
[src]

Auto Trait Implementations

impl !Send for dl_phdr_info

impl !Sync for dl_phdr_info