Struct web_assembler::InitExpr[][src]

pub struct InitExpr(pub Code);

Trait Implementations

impl Debug for InitExpr
[src]

Formats the value using the given formatter. Read more

impl Clone for InitExpr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for InitExpr
[src]

Auto Trait Implementations

impl Send for InitExpr

impl Sync for InitExpr