Struct csfml_window_sys::sfVideoMode [] [src]

#[repr(C)]
pub struct sfVideoMode { pub width: c_uint, pub height: c_uint, pub bitsPerPixel: c_uint, }

Fields

Trait Implementations

impl Debug for sfVideoMode
[src]

Formats the value using the given formatter.

impl Copy for sfVideoMode
[src]

impl Clone for sfVideoMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more