Struct x11_dl::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(xevent: XEvent) -> XSelectionClearEvent

impl<'a> From<&'a XEvent> for XSelectionClearEvent

fn from(xevent: &'a 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

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