Struct object::MachOSegment [] [src]

pub struct MachOSegment<'data, 'file> where
    'data: 'file, 
{ /* fields omitted */ }

A segment of a MachOFile.

Trait Implementations

impl<'data, 'file> Debug for MachOSegment<'data, 'file> where
    'data: 'file, 
[src]

[src]

Formats the value using the given formatter.

impl<'data, 'file> ObjectSegment<'data> for MachOSegment<'data, 'file>
[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.