Struct x11::xlib::XSelectionRequestEvent [−] [src]

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_
serial
send_event
display
owner
requestor
selection
target
property
time

Trait Implementations

impl From<XEvent> for XSelectionRequestEvent

fn from(e: XEvent) -> XSelectionRequestEvent

Derived Implementations

impl PartialEq for XSelectionRequestEvent

fn eq(&self, __arg_0: &XSelectionRequestEvent) -> bool

fn ne(&self, __arg_0: &XSelectionRequestEvent) -> bool

impl Copy for XSelectionRequestEvent

impl Clone for XSelectionRequestEvent

fn clone(&self) -> XSelectionRequestEvent

fn clone_from(&mut self, source: &Self)