Struct parity_wasm::elements::GlobalEntry
[−]
[src]
pub struct GlobalEntry { /* fields omitted */ }
Global entry in the module.
Methods
impl GlobalEntry
[src]
fn global_type(&self) -> &GlobalType
Global type.
fn init_expr(&self) -> &InitExpr
Initialization expression (opcodes) for global.
Trait Implementations
impl Deserialize for GlobalEntry
[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o