#[repr(C)]pub struct wasm_val_t {
pub kind: wasm_valkind_t,
pub _paddings: [u8; 7],
pub of: wasm_val_t__bindgen_ty_1,
}
Fields§
§kind: wasm_valkind_t
§_paddings: [u8; 7]
§of: wasm_val_t__bindgen_ty_1
Trait Implementations§
Source§impl Clone for wasm_val_t
impl Clone for wasm_val_t
Source§fn clone(&self) -> wasm_val_t
fn clone(&self) -> wasm_val_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 Default for wasm_val_t
impl Default for wasm_val_t
impl Copy for wasm_val_t
Auto Trait Implementations§
impl Freeze for wasm_val_t
impl RefUnwindSafe for wasm_val_t
impl !Send for wasm_val_t
impl !Sync for wasm_val_t
impl Unpin for wasm_val_t
impl UnwindSafe for wasm_val_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