pub struct HybridOutput {
pub wasm: Vec<u8>,
pub js: String,
pub wasm_exports: Vec<WasmExport>,
}Expand description
Output from hybrid compilation
Fields§
§wasm: Vec<u8>§js: String§wasm_exports: Vec<WasmExport>Auto Trait Implementations§
impl Freeze for HybridOutput
impl RefUnwindSafe for HybridOutput
impl Send for HybridOutput
impl Sync for HybridOutput
impl Unpin for HybridOutput
impl UnwindSafe for HybridOutput
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