#[repr(C)]
pub union wasm_val_t__bindgen_ty_1 {
pub i32_: i32,
pub i64_: i64,
pub f32_: f32,
pub f64_: f64,
pub foreign: usize,
pub ref_: *mut wasm_ref_t,
}
Fields§
§i32_: i32
§i64_: i64
§f32_: f32
§f64_: f64
§foreign: usize
§ref_: *mut wasm_ref_t
Trait Implementations§
Source§impl Clone for wasm_val_t__bindgen_ty_1
impl Clone for wasm_val_t__bindgen_ty_1
Source§fn clone(&self) -> wasm_val_t__bindgen_ty_1
fn clone(&self) -> wasm_val_t__bindgen_ty_1
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 Default for wasm_val_t__bindgen_ty_1
impl Default for wasm_val_t__bindgen_ty_1
impl Copy for wasm_val_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for wasm_val_t__bindgen_ty_1
impl RefUnwindSafe for wasm_val_t__bindgen_ty_1
impl !Send for wasm_val_t__bindgen_ty_1
impl !Sync for wasm_val_t__bindgen_ty_1
impl Unpin for wasm_val_t__bindgen_ty_1
impl UnwindSafe for wasm_val_t__bindgen_ty_1
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