Struct winit::os::unix::x11::XError [] [src]

pub struct XError {
    pub description: String,
    pub error_code: u8,
    pub request_code: u8,
    pub minor_code: u8,
}

Error triggered by xlib.

Fields

Trait Implementations

impl Debug for XError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for XError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for XError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for XError
[src]

[src]

Formats the value using the given formatter. Read more