9 lines
1.8 KiB
JavaScript
9 lines
1.8 KiB
JavaScript
|
(function() {var implementors = {};
|
||
|
implementors["wasmi"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"wasmi/struct.FuncRef.html\" title=\"struct wasmi::FuncRef\">FuncRef</a>",synthetic:false,types:["wasmi::func::FuncRef"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"wasmi/struct.GlobalRef.html\" title=\"struct wasmi::GlobalRef\">GlobalRef</a>",synthetic:false,types:["wasmi::global::GlobalRef"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"wasmi/struct.MemoryRef.html\" title=\"struct wasmi::MemoryRef\">MemoryRef</a>",synthetic:false,types:["wasmi::memory::MemoryRef"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"wasmi/struct.ModuleRef.html\" title=\"struct wasmi::ModuleRef\">ModuleRef</a>",synthetic:false,types:["wasmi::module::ModuleRef"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"wasmi/struct.TableRef.html\" title=\"struct wasmi::TableRef\">TableRef</a>",synthetic:false,types:["wasmi::table::TableRef"]},];
|
||
|
|
||
|
if (window.register_implementors) {
|
||
|
window.register_implementors(implementors);
|
||
|
} else {
|
||
|
window.pending_implementors = implementors;
|
||
|
}
|
||
|
})()
|