Struct parity_wasm::elements::RelocSection [] [src]

pub struct RelocSection { /* fields omitted */ }

Relocation information.

Methods

impl RelocSection
[src]

[src]

Name of this section.

[src]

Name of this section (mutable).

[src]

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

[src]

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

[src]

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

[src]

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

[src]

List of relocation entries.

[src]

List of relocation entries (mutable).

impl RelocSection
[src]

[src]

Deserialize a reloc section.

Trait Implementations

impl Clone for RelocSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RelocSection
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RelocSection
[src]

[src]

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

[src]

This method tests for !=.

impl Serialize for RelocSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for RelocSection

impl Sync for RelocSection