Struct gdk_x11_sys::xlib::XCrossingEvent [−]
#[repr(C)]pub struct XCrossingEvent {}Show fields
pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub window: u64, pub root: u64, pub subwindow: u64, pub time: u64, pub x: i32, pub y: i32, pub x_root: i32, pub y_root: i32, pub mode: i32, pub detail: i32, pub same_screen: i32, pub focus: i32, pub state: u32,
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
mode: i32
detail: i32
same_screen: i32
focus: i32
state: u32
Trait Implementations
impl AsMut<XCrossingEvent> for XEvent
impl AsMut<XCrossingEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XCrossingEvent
pub fn as_mut(&mut self) -> &mut XCrossingEvent
Performs the conversion.
impl AsRef<XCrossingEvent> for XEvent
impl AsRef<XCrossingEvent> for XEvent
pub fn as_ref(&self) -> &XCrossingEvent
pub fn as_ref(&self) -> &XCrossingEvent
Performs the conversion.
impl Clone for XCrossingEvent
impl Clone for XCrossingEvent
pub fn clone(&self) -> XCrossingEvent
pub fn clone(&self) -> XCrossingEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XCrossingEvent
impl Debug for XCrossingEvent
impl<'a> From<&'a XCrossingEvent> for XEvent
impl<'a> From<&'a XCrossingEvent> for XEvent
pub fn from(other: &'a XCrossingEvent) -> XEvent
pub fn from(other: &'a XCrossingEvent) -> XEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XCrossingEvent
impl<'a> From<&'a XEvent> for XCrossingEvent
pub fn from(xevent: &'a XEvent) -> XCrossingEvent
pub fn from(xevent: &'a XEvent) -> XCrossingEvent
Performs the conversion.
impl From<XCrossingEvent> for XEvent
impl From<XCrossingEvent> for XEvent
pub fn from(other: XCrossingEvent) -> XEvent
pub fn from(other: XCrossingEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XCrossingEvent
impl From<XEvent> for XCrossingEvent
pub fn from(xevent: XEvent) -> XCrossingEvent
pub fn from(xevent: XEvent) -> XCrossingEvent
Performs the conversion.
impl PartialEq<XCrossingEvent> for XCrossingEvent
impl PartialEq<XCrossingEvent> for XCrossingEvent
pub fn eq(&self, other: &XCrossingEvent) -> bool
pub fn eq(&self, other: &XCrossingEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &XCrossingEvent) -> bool
pub fn ne(&self, other: &XCrossingEvent) -> bool
This method tests for !=
.
impl Copy for XCrossingEvent
impl StructuralPartialEq for XCrossingEvent
Auto Trait Implementations
impl RefUnwindSafe for XCrossingEvent
impl !Send for XCrossingEvent
impl !Sync for XCrossingEvent
impl Unpin for XCrossingEvent
impl UnwindSafe for XCrossingEvent
Blanket Implementations
Mutably borrows from an owned value. Read more