Struct x11_dl::xlib::XSelectionRequestEvent [−][src]
#[repr(C)]pub struct XSelectionRequestEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub owner: Window,
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
owner: Window
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 XSelectionRequestEvent
impl !Send for XSelectionRequestEvent
impl !Sync for XSelectionRequestEvent
impl Unpin for XSelectionRequestEvent
impl UnwindSafe for XSelectionRequestEvent
Blanket Implementations
Mutably borrows from an owned value. Read more