Struct csfml_window_sys::sfMouseMoveEvent [] [src]

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 Copy for sfMouseMoveEvent
[src]

impl Clone for sfMouseMoveEvent
[src]

fn clone(&self) -> sfMouseMoveEvent

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