Struct wasmtime_environ::wasmparser::Global [−][src]
pub struct Global<'a> {
pub ty: GlobalType,
pub init_expr: InitExpr<'a>,
}
Fields
ty: GlobalType
init_expr: InitExpr<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Global<'a>
impl<'a> UnwindSafe for Global<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more