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

pub struct XUnmapEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub event: Window,
    pub window: Window,
    pub from_configure: Bool,
}

Fields

type_
serial
send_event
display
event
window
from_configure

Trait Implementations

impl From<XEvent> for XUnmapEvent

fn from(e: XEvent) -> XUnmapEvent

Derived Implementations

impl PartialEq for XUnmapEvent

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

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

impl Copy for XUnmapEvent

impl Clone for XUnmapEvent

fn clone(&self) -> XUnmapEvent

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