rust-libnotify/implementors/glib/translate/trait.ToGlibPtr.js

12 lines
834 B
JavaScript
Raw Permalink Normal View History

(function() {var implementors = {};
implementors["gdk_pixbuf"] = ["impl&lt;'a&gt; <a class=\"trait\" href=\"glib/translate/trait.ToGlibPtr.html\" title=\"trait glib::translate::ToGlibPtr\">ToGlibPtr</a>&lt;'a, <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.pointer.html\">*mut </a><a class=\"struct\" href=\"gdk_pixbuf_sys/struct.GdkPixbufFormat.html\" title=\"struct gdk_pixbuf_sys::GdkPixbufFormat\">GdkPixbufFormat</a>&gt; for <a class=\"struct\" href=\"gdk_pixbuf/struct.PixbufFormat.html\" title=\"struct gdk_pixbuf::PixbufFormat\">PixbufFormat</a>",];
implementors["glib"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()