Struct wast::GlobalType [−][src]
Type for a global
in a wasm module
Fields
ty: ValType<'a>
The element type of this global
mutable: bool
Whether or not the global is mutable or not.
Trait Implementations
impl<'a> Clone for GlobalType<'a>
[src]
impl<'a> Clone for GlobalType<'a>
[src]fn clone(&self) -> GlobalType<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> Hash for GlobalType<'a>
[src]
impl<'a> Hash for GlobalType<'a>
[src]impl<'a> PartialEq<GlobalType<'a>> for GlobalType<'a>
[src]
impl<'a> PartialEq<GlobalType<'a>> for GlobalType<'a>
[src]