pub enum SpecExport {
Global(SpecValue),
Memory(Vec<u8>),
}
Expand description
Represents a WebAssembly export from the OCaml interpreter side.
Variants§
Auto Trait Implementations§
impl Freeze for SpecExport
impl RefUnwindSafe for SpecExport
impl Send for SpecExport
impl Sync for SpecExport
impl Unpin for SpecExport
impl UnwindSafe for SpecExport
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