Enum glenum::Error [] [src]

pub enum Error {
    NoError,
    InvalidEnum,
    InvalidValue,
    InvalidOperation,
    OutOfMemory,
    ContextLostWebgl,
}

Constants returned from WebGLRenderingContext.getError().

Variants

Returned from getError.

Returned from getError.

Returned from getError.

Returned from getError.

Returned from getError.

Returned from getError.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Error
[src]