pub enum WasmExportKind {
Normal,
PostReturn,
Callback,
}
Expand description
Indicates whether a function export is a normal export, a post-return function, or a callback function.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmExportKind
impl RefUnwindSafe for WasmExportKind
impl Send for WasmExportKind
impl Sync for WasmExportKind
impl Unpin for WasmExportKind
impl UnwindSafe for WasmExportKind
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