Enum nannou::ui::backend::glium::glium::backend::glutin::glutin::Api[]

pub enum Api {
    OpenGl,
    OpenGlEs,
    WebGl,
}

All APIs related to OpenGL that you can possibly get while using glutin.

Variants

The classical OpenGL. Available on Windows, Linux, OS/X.

OpenGL embedded system. Available on Linux, Android.

OpenGL for the web. Very similar to OpenGL ES.

Trait Implementations

impl Clone for Api

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Api

Formats the value using the given formatter. Read more

impl Copy for Api

impl Eq for Api

impl PartialEq<Api> for Api

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