Struct minidump_common::format::LINK_MAP_32
source · [−]Expand description
Dynamic linker information for a shared library on 32-bit Linux
This is functionally equivalent to the data in struct link_map defined in <link.h>.
Fields
addr: u32name: RVAThe offset of a string containing the filename of this shared library
ld: u32Trait Implementations
sourceimpl Clone for LINK_MAP_32
impl Clone for LINK_MAP_32
sourcefn clone(&self) -> LINK_MAP_32
fn clone(&self) -> LINK_MAP_32
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LINK_MAP_32
impl Debug for LINK_MAP_32
sourceimpl<'a> TryFromCtx<'a, Endian, [u8]> for LINK_MAP_32 where
LINK_MAP_32: 'a,
impl<'a> TryFromCtx<'a, Endian, [u8]> for LINK_MAP_32 where
LINK_MAP_32: 'a,
sourceimpl<'a> TryIntoCtx<Endian, [u8]> for &'a LINK_MAP_32
impl<'a> TryIntoCtx<Endian, [u8]> for &'a LINK_MAP_32
sourceimpl TryIntoCtx<Endian, [u8]> for LINK_MAP_32
impl TryIntoCtx<Endian, [u8]> for LINK_MAP_32
Auto Trait Implementations
impl RefUnwindSafe for LINK_MAP_32
impl Send for LINK_MAP_32
impl Sync for LINK_MAP_32
impl Unpin for LINK_MAP_32
impl UnwindSafe for LINK_MAP_32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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