Struct x11::xfixes::XFixesSelectionNotifyEvent
source · #[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_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§window: Window
§subtype: c_int
§owner: Window
§selection: Atom
§timestamp: Time
§selection_timestamp: Time
Trait Implementations§
source§impl Clone for XFixesSelectionNotifyEvent
impl Clone for XFixesSelectionNotifyEvent
source§fn clone(&self) -> XFixesSelectionNotifyEvent
fn clone(&self) -> XFixesSelectionNotifyEvent
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 XFixesSelectionNotifyEvent
impl Debug for XFixesSelectionNotifyEvent
source§impl PartialEq<XFixesSelectionNotifyEvent> for XFixesSelectionNotifyEvent
impl PartialEq<XFixesSelectionNotifyEvent> for XFixesSelectionNotifyEvent
source§fn eq(&self, other: &XFixesSelectionNotifyEvent) -> bool
fn eq(&self, other: &XFixesSelectionNotifyEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.