Enum dgl::Api [] [src]

pub enum Api {
    Opengl,
    Opengles,
}

OpenGL API.

Variants

Trait Implementations

impl Clone for Api
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Api
[src]

impl Debug for Api
[src]

Formats the value using the given formatter.

impl Eq for Api
[src]

impl PartialEq for Api
[src]

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

This method tests for !=.