Struct sdl2::video::Window [] [src]

pub struct Window { /* fields omitted */ }

Methods

impl Window
[src]

Initializes a new RendererBuilder; a convenience method that calls RendererBuilder::new().

Methods from Deref<Target=WindowRef>

Set the window's OpenGL context to the current context on the thread.

Trait Implementations

impl Drop for Window
[src]

A method called when the value goes out of scope. Read more

impl Deref for Window
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Window
[src]

The method called to mutably dereference a value