Enum leanshot_xlib::X11Error[][src]

pub enum X11Error {
    CreateCursorError,
    DisplayOpenError,
    GetAttributesError,
    GetWindowError,
    InvalidByteOrder,
    TranslateCoordinatesError,
    Error,
}

Any error that can be raised when using this library.

Variants

Trait Implementations

impl Debug for X11Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for X11Error

impl Sync for X11Error