#[repr(C, align(16))]pub struct WasmEdge_Value {
pub Value: uint128_t,
pub Type: WasmEdge_ValType,
}
Expand description
WasmEdge WASM value struct.
Fields§
§Value: uint128_t
§Type: WasmEdge_ValType
Trait Implementations§
Source§impl Clone for WasmEdge_Value
impl Clone for WasmEdge_Value
Source§fn clone(&self) -> WasmEdge_Value
fn clone(&self) -> WasmEdge_Value
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 WasmEdge_Value
impl Debug for WasmEdge_Value
Source§impl From<WasmEdge_Value> for WasmValue
impl From<WasmEdge_Value> for WasmValue
Source§fn from(raw_val: WasmEdge_Value) -> Self
fn from(raw_val: WasmEdge_Value) -> Self
Converts to this type from the input type.
impl Copy for WasmEdge_Value
Auto Trait Implementations§
impl Freeze for WasmEdge_Value
impl RefUnwindSafe for WasmEdge_Value
impl Send for WasmEdge_Value
impl Sync for WasmEdge_Value
impl Unpin for WasmEdge_Value
impl UnwindSafe for WasmEdge_Value
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