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