Struct csfml_window_sys::sfSizeEvent [] [src]

#[repr(C)]
pub struct sfSizeEvent { pub type_: sfEventType, pub width: c_uint, pub height: c_uint, }

Fields

Trait Implementations

impl Debug for sfSizeEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfSizeEvent
[src]

impl Clone for sfSizeEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more