Struct libc_interface::Dl_info [−][src]
#[repr(C)]pub struct Dl_info { pub dli_fname: *const c_char, pub dli_fbase: *mut c_void, pub dli_sname: *const c_char, pub dli_saddr: *mut c_void, }
Fields
dli_fname: *const c_char
dli_fbase: *mut c_void
dli_sname: *const c_char
dli_saddr: *mut c_void
Trait Implementations
impl Copy for Dl_info
[src]
impl Copy for Dl_info
impl Clone for Dl_info
[src]
impl Clone for Dl_info
fn clone(&self) -> Dl_info
[src]
fn clone(&self) -> Dl_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_info
[src]
impl PartialEq for Dl_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_info
[src]
impl Eq for Dl_info