Struct x11_dl::xlib::XGenericEventCookie  
                   
                       [−]
                   
               [src]
#[repr(C)]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_: c_int
                           
                           
                           
                           serial: c_ulong
                           
                           
                           
                           send_event: Bool
                           
                           
                           
                           display: *mut Display
                           
                           
                           
                           extension: c_int
                           
                           
                           
                           evtype: c_int
                           
                           
                           
                           data: *mut c_void
                           
            Trait Implementations
impl AsMut<XGenericEventCookie> for XEvent[src]
fn as_mut(&mut self) -> &mut XGenericEventCookie[src]
Performs the conversion.
impl AsRef<XGenericEventCookie> for XEvent[src]
fn as_ref(&self) -> &XGenericEventCookie[src]
Performs the conversion.
impl From<XGenericEventCookie> for XEvent[src]
fn from(other: XGenericEventCookie) -> XEvent[src]
Performs the conversion.
impl<'a> From<&'a XGenericEventCookie> for XEvent[src]
fn from(other: &'a XGenericEventCookie) -> XEvent[src]
Performs the conversion.
impl From<XEvent> for XGenericEventCookie[src]
fn from(xevent: XEvent) -> XGenericEventCookie[src]
Performs the conversion.
impl<'a> From<&'a XEvent> for XGenericEventCookie[src]
fn from(xevent: &'a XEvent) -> XGenericEventCookie[src]
Performs the conversion.
impl Debug for XGenericEventCookie[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XGenericEventCookie[src]
fn clone(&self) -> XGenericEventCookie[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XGenericEventCookie[src]
impl PartialEq for XGenericEventCookie[src]
fn eq(&self, __arg_0: &XGenericEventCookie) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XGenericEventCookie) -> bool[src]
This method tests for !=.