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: i32
Trait 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 moreSource§impl Debug for XMotionEvent
impl Debug for XMotionEvent
Source§impl<'a> From<&'a XEvent> for XMotionEvent
impl<'a> From<&'a XEvent> for XMotionEvent
Source§fn from(xevent: &'a XEvent) -> XMotionEvent
fn from(xevent: &'a XEvent) -> XMotionEvent
Converts to this type from the input type.
Source§impl From<XEvent> for XMotionEvent
impl From<XEvent> for XMotionEvent
Source§fn from(xevent: XEvent) -> XMotionEvent
fn from(xevent: XEvent) -> XMotionEvent
Converts to this type from the input type.