Struct sophon_wasm::elements::FunctionSection [] [src]

pub struct FunctionSection(_);

Section with function signatures definition.

Methods

impl FunctionSection
[src]

[src]

New function signatures section with provided entries

[src]

List of all functions in the section, mutable

[src]

List of all functions in the section

Trait Implementations

impl Default for FunctionSection
[src]

[src]

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

impl Clone for FunctionSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for FunctionSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for FunctionSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o