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