Enum gleam::gl::GlType [] [src]

pub enum GlType {
    Gl,
    Gles,
}

Variants

Trait Implementations

impl Debug for GlType
[src]

[src]

Formats the value using the given formatter.

impl Eq for GlType
[src]

impl PartialEq for GlType
[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 Default for GlType
[src]

[src]

Returns the "default value" for a type. Read more