Struct object::Section [] [src]

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

A Section of a File

Trait Implementations

impl<'data, 'file> Debug for Section<'data, 'file>
[src]

[src]

Formats the value using the given formatter.

impl<'data, 'file> ObjectSection<'data> for Section<'data, 'file>
[src]

[src]

Returns the address of the section.

[src]

Returns the size of the section in memory.

[src]

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

[src]

Returns the name of the section.

[src]

Returns the name of the segment for this section.

[src]

Return the kind of this section.