Struct gimli::read::SectionBaseAddresses [−][src]
Optional base addresses for the relative DW_EH_PE_*
encoded pointers
in a particular section.
See BaseAddresses
for methods that are helpful in setting these addresses.
Fields
section: Option<u64>
The address of the section containing the pointer.
text: Option<u64>
The base address for text relative pointers.
This is generally the address of the .text
section.
data: Option<u64>
The base address for data relative pointers.
For pointers in the .eh_frame_hdr
section, this is the address
of the .eh_frame_hdr
section
For pointers in the .eh_frame
section, this is generally the
global pointer, such as the address of the .got
section.
Trait Implementations
impl Clone for SectionBaseAddresses
[src]
fn clone(&self) -> SectionBaseAddresses
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SectionBaseAddresses
[src]
impl Default for SectionBaseAddresses
[src]
fn default() -> SectionBaseAddresses
[src]
impl Eq for SectionBaseAddresses
[src]
impl PartialEq<SectionBaseAddresses> for SectionBaseAddresses
[src]
fn eq(&self, other: &SectionBaseAddresses) -> bool
[src]
fn ne(&self, other: &SectionBaseAddresses) -> bool
[src]
impl StructuralEq for SectionBaseAddresses
[src]
impl StructuralPartialEq for SectionBaseAddresses
[src]
Auto Trait Implementations
impl Send for SectionBaseAddresses
impl Sync for SectionBaseAddresses
impl Unpin for SectionBaseAddresses
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,