Struct winit::os::unix::x11::ffi::OpenError [] [src]

pub struct OpenError { /* fields omitted */ }

Methods

impl OpenError
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for OpenError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OpenError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for OpenError
[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 OpenError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<OpenError> for XNotSupported
[src]

[src]

Performs the conversion.