Struct web_assembler::GlobalType [−][src]
Fields
content: ValueType
mutable: bool
Trait Implementations
impl Debug for GlobalType[src]
impl Debug for GlobalTypefn 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 GlobalType[src]
impl Clone for GlobalTypefn clone(&self) -> GlobalType[src]
fn clone(&self) -> GlobalTypeReturns 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 PartialEq for GlobalType[src]
impl PartialEq for GlobalTypefn eq(&self, other: &GlobalType) -> bool[src]
fn eq(&self, other: &GlobalType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GlobalType) -> bool[src]
fn ne(&self, other: &GlobalType) -> boolThis method tests for !=.
impl Eq for GlobalType[src]
impl Eq for GlobalTypeimpl Hash for GlobalType[src]
impl Hash for GlobalTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Dump for GlobalType[src]
impl Dump for GlobalTypeimpl Import<GlobalType> for ModuleBuilder[src]
impl Import<GlobalType> for ModuleBuilderfn import<S, T>(&mut self, module: S, name: T, index: GlobalType) -> ImportIndex where
S: Into<String>,
T: Into<String>, [src]
fn import<S, T>(&mut self, module: S, name: T, index: GlobalType) -> ImportIndex where
S: Into<String>,
T: Into<String>, Auto Trait Implementations
impl Send for GlobalType
impl Send for GlobalTypeimpl Sync for GlobalType
impl Sync for GlobalType