Struct parity_wasm::elements::RelocSection
source · [−]pub struct RelocSection { /* private fields */ }
Expand description
Relocation information.
Implementations
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).
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RelocSection
impl Send for RelocSection
impl Sync for RelocSection
impl Unpin for RelocSection
impl UnwindSafe for RelocSection
Blanket Implementations
Mutably borrows from an owned value. Read more