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

pub struct XErrorEvent {
    pub type_: c_int,
    pub display: *mut Display,
    pub serial: c_ulong,
    pub error_code: c_uchar,
    pub request_code: c_uchar,
    pub minor_code: c_uchar,
    pub resourceid: XID,
}

Fields

type_
display
serial
error_code
request_code
minor_code
resourceid

Trait Implementations

impl From<XEvent> for XErrorEvent

fn from(e: XEvent) -> XErrorEvent

Derived Implementations

impl PartialEq for XErrorEvent

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

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

impl Copy for XErrorEvent

impl Clone for XErrorEvent

fn clone(&self) -> XErrorEvent

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