Struct x11_dl::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(xevent: XEvent) -> XDestroyWindowEvent

impl<'a> From<&'a XEvent> for XDestroyWindowEvent

fn from(xevent: &'a 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

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