Struct parity_wasm::elements::CustomSection
source · [−]pub struct CustomSection { /* private fields */ }
Expand description
Custom section.
Implementations
Creates a new custom section with the given name and payload.
Payload of the custom section.
Payload of the custom section (mutable).
Trait Implementations
Returns the “default value” for a type. Read more
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 CustomSection
impl Send for CustomSection
impl Sync for CustomSection
impl Unpin for CustomSection
impl UnwindSafe for CustomSection
Blanket Implementations
Mutably borrows from an owned value. Read more