#[repr(transparent)]pub struct WasmValueType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WasmValueType
impl WasmValueType
pub const wasmValueTypeI32: WasmValueType
pub const wasmValueTypeI64: WasmValueType
pub const wasmValueTypeF32: WasmValueType
pub const wasmValueTypeF64: WasmValueType
pub const wasmValueType_count: WasmValueType
Trait Implementations§
Source§impl Clone for WasmValueType
impl Clone for WasmValueType
Source§fn clone(&self) -> WasmValueType
fn clone(&self) -> WasmValueType
Returns a duplicate 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 ConstDefault for WasmValueTypewhere
c_int: ConstDefault,
impl ConstDefault for WasmValueTypewhere
c_int: ConstDefault,
Source§impl Debug for WasmValueType
impl Debug for WasmValueType
Source§impl Hash for WasmValueType
impl Hash for WasmValueType
Source§impl PartialEq for WasmValueType
impl PartialEq for WasmValueType
impl Copy for WasmValueType
impl Eq for WasmValueType
impl StructuralPartialEq for WasmValueType
Auto Trait Implementations§
impl Freeze for WasmValueType
impl RefUnwindSafe for WasmValueType
impl Send for WasmValueType
impl Sync for WasmValueType
impl Unpin for WasmValueType
impl UnwindSafe for WasmValueType
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