#[repr(C)]pub struct WasmExport {
pub name: *mut c_char,
pub kind: WasmExportKind,
pub index: U32,
}Fields§
§name: *mut c_char§kind: WasmExportKind§index: U32Implementations§
Trait Implementations§
Source§impl Clone for WasmExport
impl Clone for WasmExport
Source§fn clone(&self) -> WasmExport
fn clone(&self) -> WasmExport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WasmExport
impl ConstDefault for WasmExport
Source§impl Debug for WasmExport
impl Debug for WasmExport
Source§impl Hash for WasmExport
impl Hash for WasmExport
impl Copy for WasmExport
Auto Trait Implementations§
impl Freeze for WasmExport
impl RefUnwindSafe for WasmExport
impl !Send for WasmExport
impl !Sync for WasmExport
impl Unpin for WasmExport
impl UnsafeUnpin for WasmExport
impl UnwindSafe for WasmExport
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