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