Struct sdl2_sys::SDL_Window[][src]

#[repr(C)]
pub struct SDL_Window { /* fields omitted */ }

Trait Implementations

impl Debug for SDL_Window
[src]

Formats the value using the given formatter. Read more

impl Copy for SDL_Window
[src]

impl Clone for SDL_Window
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SDL_Window

impl Sync for SDL_Window