Enum conrod::backend::glium::glium::Api[][src]

pub enum Api {
    Gl,
    GlEs,
}

Describes an OpenGL-related API.

Variants

Regular OpenGL.

OpenGL embedded system.

Trait Implementations

impl Clone for Api
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Api
[src]

Formats the value using the given formatter. Read more

impl Copy for Api
[src]

impl Eq for Api
[src]

impl PartialEq<Api> for Api
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Api

impl Sync for Api