Struct gdk_x11_sys::xlib::XMotionEvent [−]
#[repr(C)]pub struct XMotionEvent {}
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplaywindow: u64root: u64subwindow: u64time: u64x: i32y: i32x_root: i32y_root: i32state: u32is_hint: i8same_screen: i32Trait Implementations
impl AsMut<XMotionEvent> for XEvent
impl AsMut<XMotionEvent> for XEventpub fn as_mut(&mut self) -> &mut XMotionEvent
pub fn as_mut(&mut self) -> &mut XMotionEventPerforms the conversion.
impl AsRef<XMotionEvent> for XEvent
impl AsRef<XMotionEvent> for XEventpub fn as_ref(&self) -> &XMotionEvent
pub fn as_ref(&self) -> &XMotionEventPerforms the conversion.
impl Clone for XMotionEvent
impl Clone for XMotionEventpub fn clone(&self) -> XMotionEvent
pub fn clone(&self) -> XMotionEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XMotionEvent
impl Debug for XMotionEventimpl<'a> From<&'a XEvent> for XMotionEvent
impl<'a> From<&'a XEvent> for XMotionEventpub fn from(xevent: &'a XEvent) -> XMotionEvent
pub fn from(xevent: &'a XEvent) -> XMotionEventPerforms the conversion.
impl<'a> From<&'a XMotionEvent> for XEvent
impl<'a> From<&'a XMotionEvent> for XEventpub fn from(other: &'a XMotionEvent) -> XEvent
pub fn from(other: &'a XMotionEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XMotionEvent
impl From<XEvent> for XMotionEventpub fn from(xevent: XEvent) -> XMotionEvent
pub fn from(xevent: XEvent) -> XMotionEventPerforms the conversion.
impl From<XMotionEvent> for XEvent
impl From<XMotionEvent> for XEventpub fn from(other: XMotionEvent) -> XEvent
pub fn from(other: XMotionEvent) -> XEventPerforms the conversion.
impl PartialEq<XMotionEvent> for XMotionEvent
impl PartialEq<XMotionEvent> for XMotionEventpub fn eq(&self, other: &XMotionEvent) -> bool
pub fn eq(&self, other: &XMotionEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XMotionEvent) -> bool
pub fn ne(&self, other: &XMotionEvent) -> boolThis method tests for !=.
impl Copy for XMotionEventimpl StructuralPartialEq for XMotionEventAuto Trait Implementations
impl RefUnwindSafe for XMotionEventimpl !Send for XMotionEventimpl !Sync for XMotionEventimpl Unpin for XMotionEventimpl UnwindSafe for XMotionEventBlanket Implementations
Mutably borrows from an owned value. Read more