Struct object::PeSection[][src]

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

A section of a PeFile.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns the address of the section.

Returns the size of the section in memory.

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

Returns the name of the section.

Returns the name of the segment for this section.

Return the kind of this section.

Auto Trait Implementations

impl<'data, 'file> Send for PeSection<'data, 'file>

impl<'data, 'file> Sync for PeSection<'data, 'file>