Struct wasm_encoder::adapter::AdapterModule [−][src]
pub struct AdapterModule { /* fields omitted */ }
Expand description
Represents a WebAssembly adapter module that is being encoded.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AdapterModule
impl Send for AdapterModule
impl Sync for AdapterModule
impl Unpin for AdapterModule
impl UnwindSafe for AdapterModule
Blanket Implementations
Mutably borrows from an owned value. Read more