#[repr(C)]pub struct WasmFunctionTypes {
pub functionTypes: *mut WasmFunctionType,
pub count: U32,
}Fields§
§functionTypes: *mut WasmFunctionType§count: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmFunctionTypes
impl Clone for WasmFunctionTypes
Source§fn clone(&self) -> WasmFunctionTypes
fn clone(&self) -> WasmFunctionTypes
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 WasmFunctionTypes
impl ConstDefault for WasmFunctionTypes
Source§impl Debug for WasmFunctionTypes
impl Debug for WasmFunctionTypes
Source§impl Hash for WasmFunctionTypes
impl Hash for WasmFunctionTypes
impl Copy for WasmFunctionTypes
Auto Trait Implementations§
impl Freeze for WasmFunctionTypes
impl RefUnwindSafe for WasmFunctionTypes
impl !Send for WasmFunctionTypes
impl !Sync for WasmFunctionTypes
impl Unpin for WasmFunctionTypes
impl UnwindSafe for WasmFunctionTypes
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