Struct glutin_glx_sys::XMotionEvent [−][src]
#[repr(C)]pub struct XMotionEvent {}
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
impl AsMut<XMotionEvent> for XEvent
[src][+]
impl AsRef<XMotionEvent> for XEvent
[src][+]
impl Clone for XMotionEvent
[src][+]
impl Copy for XMotionEvent
[src]
impl Debug for XMotionEvent
[src][+]
impl<'a> From<&'a XEvent> for XMotionEvent
[src][+]
impl<'a> From<&'a XMotionEvent> for XEvent
[src][+]
impl From<XEvent> for XMotionEvent
[src][+]
impl From<XMotionEvent> for XEvent
[src][+]
impl PartialEq<XMotionEvent> for XMotionEvent
[src][+]
impl StructuralPartialEq for XMotionEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for XMotionEvent
impl !Send for XMotionEvent
impl !Sync for XMotionEvent
impl Unpin for XMotionEvent
impl UnwindSafe for XMotionEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,