Struct wasmedge_sys::ffi::WasmEdge_Value
source · #[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 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