Struct wasm::execution::store::GlobalInst
source · pub struct GlobalInst {
pub global: Global,
pub value: Value,
}
Fields§
§global: Global
§value: Value
Must be of the same type as specified in ty
Auto Trait Implementations§
impl RefUnwindSafe for GlobalInst
impl Send for GlobalInst
impl Sync for GlobalInst
impl Unpin for GlobalInst
impl UnwindSafe for GlobalInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more