Type Alias sdl2_sys::XPointerMovedEvent
source · pub type XPointerMovedEvent = XMotionEvent;Aliased Type§
struct XPointerMovedEvent {}Fields§
§type_: i32§serial: u64§send_event: i32§display: *mut _XDisplay§window: u64§root: u64§subwindow: u64§time: u64§x: i32§y: i32§x_root: i32§y_root: i32§state: u32§is_hint: i8§same_screen: i32Trait Implementations
source§impl Clone for XMotionEvent
impl Clone for XMotionEvent
source§fn clone(&self) -> XMotionEvent
fn clone(&self) -> XMotionEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more