Struct web_assembler::Code[][src]

pub struct Code(pub Vec<Op>);

Trait Implementations

impl Debug for Code
[src]

Formats the value using the given formatter. Read more

impl Clone for Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for Code
[src]

Auto Trait Implementations

impl Send for Code

impl Sync for Code