Struct x11::xlib::XMapEvent [−] [src]

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_
serial
send_event
display
event
window
override_redirect

Trait Implementations

impl From<XEvent> for XMapEvent

fn from(e: XEvent) -> XMapEvent

Derived Implementations

impl PartialEq for XMapEvent

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

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

impl Copy for XMapEvent

impl Clone for XMapEvent

fn clone(&self) -> XMapEvent

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