Struct csfml_window_sys::sfVideoMode [] [src]

pub struct sfVideoMode {
    pub width: c_uint,
    pub height: c_uint,
    pub bits_per_pixel: c_uint,
}

Fields

width: c_uint height: c_uint bits_per_pixel: c_uint

Trait Implementations

impl Clone for sfVideoMode
[src]

fn clone(&self) -> sfVideoMode

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more