Struct sophon_wasm::elements::Local [] [src]

pub struct Local { /* fields omitted */ }

Local definition inside the function body.

Methods

impl Local
[src]

[src]

New local with count and value_type.

[src]

Number of locals with the shared type.

[src]

Type of the locals.

Trait Implementations

impl Debug for Local
[src]

[src]

Formats the value using the given formatter.

impl Clone for Local
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for Local
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Local
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o