[−][src]Struct x11_dl::xlib::XMotionEvent
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
root: Window
subwindow: Window
time: Time
x: c_int
y: c_int
x_root: c_int
y_root: c_int
state: c_uint
is_hint: c_char
same_screen: Bool
Trait Implementations
impl AsMut<XMotionEvent> for XEvent
[src]
fn as_mut(&mut self) -> &mut XMotionEvent
[src]
impl AsRef<XMotionEvent> for XEvent
[src]
fn as_ref(&self) -> &XMotionEvent
[src]
impl Clone for XMotionEvent
[src]
fn clone(&self) -> XMotionEvent
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XMotionEvent
[src]
impl Debug for XMotionEvent
[src]
impl<'a> From<&'a XEvent> for XMotionEvent
[src]
fn from(xevent: &'a XEvent) -> XMotionEvent
[src]
impl<'a> From<&'a XMotionEvent> for XEvent
[src]
fn from(other: &'a XMotionEvent) -> XEvent
[src]
impl From<XEvent> for XMotionEvent
[src]
fn from(xevent: XEvent) -> XMotionEvent
[src]
impl From<XMotionEvent> for XEvent
[src]
fn from(other: XMotionEvent) -> XEvent
[src]
impl PartialEq<XMotionEvent> for XMotionEvent
[src]
fn eq(&self, other: &XMotionEvent) -> bool
[src]
fn ne(&self, other: &XMotionEvent) -> bool
[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,
fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,