Struct parity_wasm::elements::CustomSection [] [src]

pub struct CustomSection { /* fields omitted */ }

Custom section

Methods

impl CustomSection
[src]

[src]

Name of the custom section

[src]

Payload of the custom secion

[src]

Name of the custom section (mutable)

[src]

Payload of the custom section (mutable)

Trait Implementations

impl Clone for CustomSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for CustomSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for CustomSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o