Struct object::MachOSegment [] [src]

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

A segment of a MachOFile.

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> ObjectSegment<'a> for MachOSegment<'a>
[src]

[src]

Returns the virtual address of the segment.

[src]

Returns the size of the segment in memory.

[src]

Returns a reference to the file contents of the segment. The length of this data may be different from the size of the segment in memory. Read more

[src]

Returns the name of the segment.