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

#[repr(C)]
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

Trait Implementations

impl From<XEvent> for XErrorEvent
[src]

Performs the conversion.

impl<'a> From<&'a XEvent> for XErrorEvent
[src]

Performs the conversion.

impl Clone for XErrorEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XErrorEvent
[src]

impl PartialEq for XErrorEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.