Struct x11_dl::xlib::XGenericEventCookie [] [src]

pub struct XGenericEventCookie {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub extension: c_int,
    pub evtype: c_int,
    pub cookie: c_uint,
    pub data: *mut c_void,
}

Fields

type_
serial
send_event
display
extension
evtype
cookie
data

Trait Implementations

impl From<XEvent> for XGenericEventCookie

fn from(xevent: XEvent) -> XGenericEventCookie

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

fn from(xevent: &'a XEvent) -> XGenericEventCookie

Derived Implementations

impl PartialEq for XGenericEventCookie

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

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

impl Copy for XGenericEventCookie

impl Clone for XGenericEventCookie

fn clone(&self) -> XGenericEventCookie

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