Struct csfml_window_sys::sfSizeEvent [] [src]

pub struct sfSizeEvent {
    pub type_: sfEventType,
    pub width: c_uint,
    pub height: c_uint,
}

Fields

type_: sfEventType width: c_uint height: c_uint

Trait Implementations

impl Copy for sfSizeEvent
[src]

impl Clone for sfSizeEvent
[src]

fn clone(&self) -> sfSizeEvent

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