Struct x11_dl::xfixes::XFixesSelectionNotifyEvent [−][src]
#[repr(C)]pub struct XFixesSelectionNotifyEvent {
pub _type: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub subtype: c_int,
pub owner: Window,
pub selection: Atom,
pub timestamp: Time,
pub selection_timestamp: Time,
}Fields
_type: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowsubtype: c_intowner: Windowselection: Atomtimestamp: Timeselection_timestamp: TimeTrait 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 XFixesSelectionNotifyEvent
impl !Send for XFixesSelectionNotifyEvent
impl !Sync for XFixesSelectionNotifyEvent
impl Unpin for XFixesSelectionNotifyEvent
impl UnwindSafe for XFixesSelectionNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
