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

pub struct XMapRequestEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub parent: Window,
    pub window: Window,
}

Fields

type_
serial
send_event
display
parent
window

Trait Implementations

impl From<XEvent> for XMapRequestEvent

fn from(e: XEvent) -> XMapRequestEvent

Derived Implementations

impl PartialEq for XMapRequestEvent

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

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

impl Copy for XMapRequestEvent

impl Clone for XMapRequestEvent

fn clone(&self) -> XMapRequestEvent

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