Struct csfml_window_sys::sfMouseButtonEvent
[−]
[src]
#[repr(C)]pub struct sfMouseButtonEvent { pub type_: sfEventType, pub button: sfMouseButton, pub x: c_int, pub y: c_int, }
Fields
type_: sfEventType
x: c_int
y: c_int
Trait Implementations
impl Debug for sfMouseButtonEvent[src]
impl Copy for sfMouseButtonEvent[src]
impl Clone for sfMouseButtonEvent[src]
fn clone(&self) -> Self
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