#[repr(C)]pub struct wasm_global_inst_t {
pub kind: wasm_valkind_t,
pub is_mutable: bool,
pub global_data: *mut c_void,
}
Fields§
§kind: wasm_valkind_t
§is_mutable: bool
§global_data: *mut c_void
Trait Implementations§
Source§impl Clone for wasm_global_inst_t
impl Clone for wasm_global_inst_t
Source§fn clone(&self) -> wasm_global_inst_t
fn clone(&self) -> wasm_global_inst_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for wasm_global_inst_t
impl Debug for wasm_global_inst_t
Source§impl Default for wasm_global_inst_t
impl Default for wasm_global_inst_t
impl Copy for wasm_global_inst_t
Auto Trait Implementations§
impl Freeze for wasm_global_inst_t
impl RefUnwindSafe for wasm_global_inst_t
impl !Send for wasm_global_inst_t
impl !Sync for wasm_global_inst_t
impl Unpin for wasm_global_inst_t
impl UnwindSafe for wasm_global_inst_t
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