Struct parity_wasm_cp::elements::RelocSection[][src]

pub struct RelocSection { /* fields omitted */ }

Relocation information.

Methods

impl RelocSection
[src]

Name of this section.

Name of this section (mutable).

ID of the section containing the relocations described in this section.

ID of the section containing the relocations described in this section (mutable).

Name of the section containing the relocations described in this section.

Name of the section containing the relocations described in this section (mutable).

List of relocation entries.

List of relocation entries (mutable).

impl RelocSection
[src]

Deserialize a reloc section.

Trait Implementations

impl Clone for RelocSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RelocSection
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RelocSection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for RelocSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations