Enum gbm::FrontBufferError [] [src]

pub enum FrontBufferError {
    NoFreeBuffers,
    Unknown,
}

Errors that may happen when locking the front buffer

Variants

No free buffers are currently available

An unknown error happened

Trait Implementations

impl Debug for FrontBufferError
[src]

[src]

Formats the value using the given formatter.

impl Clone for FrontBufferError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FrontBufferError
[src]

impl PartialEq for FrontBufferError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for FrontBufferError
[src]

impl Display for FrontBufferError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FrontBufferError
[src]

[src]

A short description of the error. Read more

[src]

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