[][src]Struct dw::dwfl::AddrInfo

pub struct AddrInfo<'a> { /* fields omitted */ }

Information about a symbol.

Methods

impl<'a> AddrInfo<'a>
[src]

Returns the name of the symbol.

Returns the offset of the address from the base of the symbol.

Returns the (unadjusted) symbol itself.

Returns the offset of the symbol's address to where it was loaded in memory.

Auto Trait Implementations

impl<'a> Send for AddrInfo<'a>

impl<'a> Sync for AddrInfo<'a>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]