#[repr(C)]pub struct Dl_info {
pub dli_fname: *const i8,
pub dli_fbase: *mut c_void,
pub dli_sname: *const i8,
pub dli_saddr: *mut c_void,
}
Fields§
§dli_fname: *const i8
§dli_fbase: *mut c_void
§dli_sname: *const i8
§dli_saddr: *mut c_void
Trait Implementations§
source§impl PartialEq<Dl_info> for Dl_info
impl PartialEq<Dl_info> for Dl_info
impl Copy for Dl_info
impl Eq for Dl_info
impl StructuralEq for Dl_info
impl StructuralPartialEq for Dl_info
Auto Trait Implementations§
impl RefUnwindSafe for Dl_info
impl !Send for Dl_info
impl !Sync for Dl_info
impl Unpin for Dl_info
impl UnwindSafe for Dl_info
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.