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 Debug for GlobalVariablefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GlobalVariable[src]
impl Clone for GlobalVariablefn clone(&self) -> GlobalVariable[src]
fn clone(&self) -> GlobalVariableReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Dump for GlobalVariable[src]
impl Dump for GlobalVariableAuto Trait Implementations
impl Send for GlobalVariable
impl Send for GlobalVariableimpl Sync for GlobalVariable
impl Sync for GlobalVariable