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

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

Fields

type_
serial
send_event
display
event
window

Trait Implementations

impl From<XEvent> for XDestroyWindowEvent

fn from(e: XEvent) -> XDestroyWindowEvent

Derived Implementations

impl PartialEq for XDestroyWindowEvent

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

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

impl Copy for XDestroyWindowEvent

impl Clone for XDestroyWindowEvent

fn clone(&self) -> XDestroyWindowEvent

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