Struct x11_dl::xlib::XSelectionEvent [−][src]
#[repr(C)]pub struct XSelectionEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub requestor: Window,
pub selection: Atom,
pub target: Atom,
pub property: Atom,
pub time: Time,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
requestor: Window
selection: Atom
target: Atom
property: Atom
time: Time
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 XSelectionEvent
impl !Send for XSelectionEvent
impl !Sync for XSelectionEvent
impl Unpin for XSelectionEvent
impl UnwindSafe for XSelectionEvent
Blanket Implementations
Mutably borrows from an owned value. Read more