[−][src]Struct x11_dl::xlib::XMotionEvent
Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowroot: Windowsubwindow: Windowtime: Timex: c_inty: c_intx_root: c_inty_root: c_intstate: c_uintis_hint: c_charsame_screen: BoolTrait Implementations
impl Copy for 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]
Performs copy-assignment from source. Read more
impl PartialEq<XMotionEvent> for XMotionEvent[src]
fn eq(&self, other: &XMotionEvent) -> bool[src]
fn ne(&self, other: &XMotionEvent) -> bool[src]
impl From<XMotionEvent> for XEvent[src]
fn from(other: XMotionEvent) -> XEvent[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<'a> From<&'a XEvent> for XMotionEvent[src]
fn from(xevent: &'a XEvent) -> XMotionEvent[src]
impl AsMut<XMotionEvent> for XEvent[src]
fn as_mut(&mut self) -> &mut XMotionEvent[src]
impl Debug for XMotionEvent[src]
Auto Trait Implementations
impl Unpin for XMotionEvent
impl !Sync for XMotionEvent
impl !Send for XMotionEvent
impl UnwindSafe for XMotionEvent
impl RefUnwindSafe for XMotionEvent
Blanket Implementations
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,