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 Copy for Api
[src]

impl PartialEq<Api> for Api
[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 Clone for Api
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Api
[src]

impl Debug for Api
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Api

impl Sync for Api