Struct x11_dl::xlib::XErrorEvent [] [src]

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

Fields

type_
display
resourceid
serial
error_code
request_code
minor_code

Trait Implementations

impl From<XEvent> for XErrorEvent

fn from(xevent: XEvent) -> XErrorEvent

impl<'a> From<&'a XEvent> for XErrorEvent

fn from(xevent: &'a 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

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