Trait wasm_bindgen::convert::RefMutFromWasmAbi [−][src]
Dual of the RefFromWasmAbi
trait, except for mutable references.
Associated Types
type Abi: WasmAbi
[src]
Same as RefFromWasmAbi::Abi
type Anchor: DerefMut<Target = Self>
[src]
Same as RefFromWasmAbi::Anchor
Required methods
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
[src]
Same as RefFromWasmAbi::ref_from_abi