Struct gdk4_x11_sys::xlib::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
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more