Struct web_assembler::LocalEntry [] [src]

pub struct LocalEntry {
    pub count: u32,
    pub ty: ValueType,
}

Fields

Trait Implementations

impl Debug for LocalEntry
[src]

[src]

Formats the value using the given formatter.

impl Clone for LocalEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for LocalEntry
[src]

[src]