Trait wasmparser::WasmGlobalType [−][src]
Types that qualify as Wasm global types for validation purposes.
Associated Types
Loading content...Required methods
fn is_mutable(&self) -> bool
[src]
Returns true
if the global variable is mutable.
fn content_type(&self) -> &Self::Type
[src]
Returns the content type of the global variable.