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

pub struct XAnyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
}

Fields

type_
serial
send_event
display
window

Trait Implementations

impl From<XEvent> for XAnyEvent

fn from(e: XEvent) -> XAnyEvent

Derived Implementations

impl PartialEq for XAnyEvent

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

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

impl Copy for XAnyEvent

impl Clone for XAnyEvent

fn clone(&self) -> XAnyEvent

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