Struct x11::xfixes::XFixesCursorNotifyEvent
source · #[repr(C)]pub struct XFixesCursorNotifyEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub cursor_serial: c_ulong,
pub timestamp: Time,
pub cursor_name: Atom,
}
Fields§
§_type: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§subtype: c_int
§cursor_serial: c_ulong
§timestamp: Time
§cursor_name: Atom
Trait Implementations§
source§impl Clone for XFixesCursorNotifyEvent
impl Clone for XFixesCursorNotifyEvent
source§fn clone(&self) -> XFixesCursorNotifyEvent
fn clone(&self) -> XFixesCursorNotifyEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XFixesCursorNotifyEvent
impl Debug for XFixesCursorNotifyEvent
source§impl PartialEq<XFixesCursorNotifyEvent> for XFixesCursorNotifyEvent
impl PartialEq<XFixesCursorNotifyEvent> for XFixesCursorNotifyEvent
source§fn eq(&self, other: &XFixesCursorNotifyEvent) -> bool
fn eq(&self, other: &XFixesCursorNotifyEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.