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

pub struct XResizeRequestEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub width: c_int,
    pub height: c_int,
}

Fields

type_
serial
send_event
display
window
width
height

Trait Implementations

impl From<XEvent> for XResizeRequestEvent

fn from(e: XEvent) -> XResizeRequestEvent

Derived Implementations

impl PartialEq for XResizeRequestEvent

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

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

impl Copy for XResizeRequestEvent

impl Clone for XResizeRequestEvent

fn clone(&self) -> XResizeRequestEvent

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