Struct parity_wasm_cp::elements::FunctionSection[][src]

pub struct FunctionSection(_);

Section with function signatures definition.

Methods

impl FunctionSection
[src]

New function signatures section with provided entries

List of all functions in the section, mutable

List of all functions in the section

Trait Implementations

impl Default for FunctionSection
[src]

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

impl Debug for FunctionSection
[src]

Formats the value using the given formatter. Read more

impl Clone for FunctionSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FunctionSection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deserialize for FunctionSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for FunctionSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations