Struct x11_dl::xlib::XAnyEvent  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XAnyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, }
Fields
type_: c_int
                           
                           
                           
                           serial: c_ulong
                           
                           
                           
                           send_event: Bool
                           
                           
                           
                           display: *mut Display
                           
                           
                           
                           window: Window
                           
            Trait Implementations
impl AsMut<XAnyEvent> for XEvent[src]
impl AsRef<XAnyEvent> for XEvent[src]
impl From<XAnyEvent> for XEvent[src]
impl<'a> From<&'a XAnyEvent> for XEvent[src]
impl From<XEvent> for XAnyEvent[src]
impl<'a> From<&'a XEvent> for XAnyEvent[src]
impl Debug for XAnyEvent[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XAnyEvent[src]
fn clone(&self) -> XAnyEvent[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