Struct object::WasmSection[][src]

pub struct WasmSection<'file> { /* fields omitted */ }

A section of an WasmFile.

Trait Implementations

impl<'file> Debug for WasmSection<'file>
[src]

Formats the value using the given formatter. Read more

impl<'file> ObjectSection<'static> for WasmSection<'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<'file> Send for WasmSection<'file>

impl<'file> Sync for WasmSection<'file>