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

11 lines
605 B
JavaScript

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