Struct sdl2::video::WindowContext [−][src]
pub struct WindowContext { /* fields omitted */ }Expand description
Holds a SDL_Window
When the WindowContext is dropped, it destroys the SDL_Window
Implementations
Unsafe if the *mut SDL_Window is used after the WindowContext is dropped
Trait Implementations
Performs the conversion.