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_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowsubtype: c_intcursor_serial: c_ulongtimestamp: Timecursor_name: AtomTrait 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
