Struct parity_wasm::elements::CodeSection [] [src]

pub struct CodeSection(_);

Section with function bodies of the module.

Methods

impl CodeSection
[src]

New code section with specified function bodies

All function bodies in the section.

All function bodies in the section, mutable.

Trait Implementations

impl Default for CodeSection
[src]

Returns the "default value" for a type. Read more

impl Deserialize for CodeSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for CodeSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o