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

pub struct XConfigureEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub event: 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 above: Window,
    pub override_redirect: Bool,
}

Fields

type_
serial
send_event
display
event
window
x
y
width
height
border_width
above
override_redirect

Trait Implementations

impl From<XEvent> for XConfigureEvent

fn from(e: XEvent) -> XConfigureEvent

Derived Implementations

impl PartialEq for XConfigureEvent

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

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

impl Copy for XConfigureEvent

impl Clone for XConfigureEvent

fn clone(&self) -> XConfigureEvent

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