rusty_snek_gaem/target/doc/implementors/window/trait.BuildFromWindowSettings.js
2018-10-28 21:14:05 -05:00

12 lines
667 B
JavaScript

(function() {var implementors = {};
implementors["glutin_window"] = [{text:"impl <a class=\"trait\" href=\"window/trait.BuildFromWindowSettings.html\" title=\"trait window::BuildFromWindowSettings\">BuildFromWindowSettings</a> for <a class=\"struct\" href=\"glutin_window/struct.GlutinWindow.html\" title=\"struct glutin_window::GlutinWindow\">GlutinWindow</a>",synthetic:false,types:["glutin_window::GlutinWindow"]},];
implementors["window"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()