Struct x11::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]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl Debug for XErrorEvent
[src]

[src]

Formats the value using the given formatter.

impl Clone for XErrorEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XErrorEvent
[src]

impl PartialEq for XErrorEvent
[src]

[src]

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

[src]

This method tests for !=.