Struct parity_wasm::elements::GlobalType [−][src]
pub struct GlobalType { /* fields omitted */ }
Global definition struct
Implementations
impl GlobalType
[src]
impl GlobalType
[src]pub fn new(content_type: ValueType, is_mutable: bool) -> Self
[src]
New global type
pub fn content_type(&self) -> ValueType
[src]
Type of the global entry
pub fn is_mutable(&self) -> bool
[src]
Is global entry is declared as mutable
Trait Implementations
impl Clone for GlobalType
[src]
impl Clone for GlobalType
[src]fn clone(&self) -> GlobalType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Deserialize for GlobalType
[src]
impl Deserialize for GlobalType
[src]impl PartialEq<GlobalType> for GlobalType
[src]
impl PartialEq<GlobalType> for GlobalType
[src]fn eq(&self, other: &GlobalType) -> bool
[src]
fn ne(&self, other: &GlobalType) -> bool
[src]
impl Serialize for GlobalType
[src]
impl Serialize for GlobalType
[src]