Struct x11_dl::xfixes::XFixesCursorNotifyEvent [−][src]
#[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
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 XFixesCursorNotifyEvent
impl !Send for XFixesCursorNotifyEvent
impl !Sync for XFixesCursorNotifyEvent
impl Unpin for XFixesCursorNotifyEvent
impl UnwindSafe for XFixesCursorNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more