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

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

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

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