Enum xcb::x::Error

source · []
pub enum Error {
Show 17 variants Request(RequestError), Value(ValueError), Window(WindowError), Pixmap(PixmapError), Atom(AtomError), Cursor(CursorError), Font(FontError), Match(MatchError), Drawable(DrawableError), Access(AccessError), Alloc(AllocError), Colormap(ColormapError), GContext(GContextError), IdChoice(IdChoiceError), Name(NameError), Length(LengthError), Implementation(ImplementationError),
}
Expand description

Unified error type for the X core protocol

Variants

Request(RequestError)

Value(ValueError)

Window(WindowError)

Pixmap(PixmapError)

Atom(AtomError)

Cursor(CursorError)

Font(FontError)

Match(MatchError)

Drawable(DrawableError)

Access(AccessError)

Alloc(AllocError)

Colormap(ColormapError)

GContext(GContextError)

IdChoice(IdChoiceError)

Name(NameError)

Length(LengthError)

Implementation(ImplementationError)

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.