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

pub struct XSelectionClearEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub selection: Atom,
    pub time: Time,
}

Fields

type_
serial
send_event
display
window
selection
time

Trait Implementations

impl From<XEvent> for XSelectionClearEvent

fn from(e: XEvent) -> XSelectionClearEvent

Derived Implementations

impl PartialEq for XSelectionClearEvent

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

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

impl Copy for XSelectionClearEvent

impl Clone for XSelectionClearEvent

fn clone(&self) -> XSelectionClearEvent

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