Struct tinywasm_types::TinyWasmModule 
source · pub struct TinyWasmModule {
    pub version: Option<u16>,
    pub start_func: Option<FuncAddr>,
    pub funcs: Box<[Function]>,
    pub types: Box<[FuncType]>,
    pub exports: Box<[Export]>,
}Fields§
§version: Option<u16>§start_func: Option<FuncAddr>§funcs: Box<[Function]>§types: Box<[FuncType]>§exports: Box<[Export]>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TinyWasmModule
impl Send for TinyWasmModule
impl Sync for TinyWasmModule
impl Unpin for TinyWasmModule
impl UnwindSafe for TinyWasmModule
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