[][src]Struct findshlibs::unsupported::Segment

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

An unsupported segment

Trait Implementations

impl<'a> Segment for Segment<'a>[src]

type SharedLibrary = SharedLibrary<'a>

The associated shared library type for this segment.

fn is_code(&self) -> bool[src]

Returns true if this is a code segment.

fn actual_virtual_memory_address(&self, shlib: &Self::SharedLibrary) -> Avma[src]

Get this segment's actual virtual memory address. Read more

fn contains_svma(&self, address: Svma) -> bool[src]

Does this segment contain the given address?

fn contains_avma(&self, shlib: &Self::SharedLibrary, address: Avma) -> bool[src]

Does this segment contain the given address?

impl<'a> Debug for Segment<'a>[src]

Auto Trait Implementations

impl<'a> Send for Segment<'a>

impl<'a> Sync for Segment<'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
    U: Into<T>, 
[src]

type Error = !

🔬 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> BorrowMut for T where
    T: ?Sized
[src]

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

type Error = <U as TryFrom<T>>::Error

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

The type returned in the event of a conversion error.

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