Struct web_assembler::Code [] [src]

pub struct Code(pub Vec<Op>);

Trait Implementations

impl Debug for Code
[src]

[src]

Formats the value using the given formatter.

impl Clone for Code
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for Code
[src]

[src]