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

pub struct XCreateWindowEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub parent: Window,
    pub window: Window,
    pub x: c_int,
    pub y: c_int,
    pub width: c_int,
    pub height: c_int,
    pub border_width: c_int,
    pub override_redirect: Bool,
}

Fields

type_
serial
send_event
display
parent
window
x
y
width
height
border_width
override_redirect

Trait Implementations

impl From<XEvent> for XCreateWindowEvent

fn from(e: XEvent) -> XCreateWindowEvent

Derived Implementations

impl PartialEq for XCreateWindowEvent

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

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

impl Copy for XCreateWindowEvent

impl Clone for XCreateWindowEvent

fn clone(&self) -> XCreateWindowEvent

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