Struct x11::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

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

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