Struct web_assembler::GlobalVariable
[−]
[src]
pub struct GlobalVariable {
pub ty: GlobalType,
pub init: InitExpr,
}Fields
ty: GlobalType
init: InitExpr
Trait Implementations
impl Debug for GlobalVariable[src]
impl Clone for GlobalVariable[src]
fn clone(&self) -> GlobalVariable[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more