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

pub struct XConfigureRequestEvent {
    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 above: Window,
    pub detail: c_int,
    pub value_mask: c_ulong,
}

Fields

type_
serial
send_event
display
parent
window
x
y
width
height
border_width
above
detail
value_mask

Trait Implementations

impl From<XEvent> for XConfigureRequestEvent

fn from(e: XEvent) -> XConfigureRequestEvent

Derived Implementations

impl PartialEq for XConfigureRequestEvent

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

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

impl Copy for XConfigureRequestEvent

impl Clone for XConfigureRequestEvent

fn clone(&self) -> XConfigureRequestEvent

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