[go: up one dir, main page]

Struct findshlibs::linux::Segment[][src]

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

A mapped segment in an ELF file.

Trait Implementations

Formats the value using the given formatter. Read more

The associated shared library type for this segment.

Get this segment’s name.

Returns true if this is a code segment.

Returns true if this is a segment loaded into memory.

Get this segment’s stated virtual address of this segment. Read more

Get the length of this segment in memory (in bytes).

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

Does this segment contain the given address?

Does this segment contain the given address?

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.