#[repr(C)]pub struct wasmFuncExport {
pub func: wasmFunc,
pub name: *mut c_char,
}Fields§
§func: wasmFunc§name: *mut c_charImplementations§
Trait Implementations§
Source§impl Clone for wasmFuncExport
impl Clone for wasmFuncExport
Source§fn clone(&self) -> wasmFuncExport
fn clone(&self) -> wasmFuncExport
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 wasmFuncExport
impl ConstDefault for wasmFuncExport
Source§impl Debug for wasmFuncExport
impl Debug for wasmFuncExport
Source§impl Hash for wasmFuncExport
impl Hash for wasmFuncExport
impl Copy for wasmFuncExport
Auto Trait Implementations§
impl Freeze for wasmFuncExport
impl RefUnwindSafe for wasmFuncExport
impl !Send for wasmFuncExport
impl !Sync for wasmFuncExport
impl Unpin for wasmFuncExport
impl UnwindSafe for wasmFuncExport
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