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