Enum gl_generator::registry::Ns [−] [src]

pub enum Ns {
    Gl,
    Glx,
    Wgl,
    Egl,
    Gles1,
    Gles2,
}

Variants

Gl
Glx
Wgl
Egl
Gles1
Gles2

Methods

impl Ns

fn fmt_struct_name(&self) -> &str

Trait Implementations

impl FromStr for Ns

type Err = ()

fn from_str(s: &str) -> Result<Ns, ()>

impl Display for Ns

fn fmt(&self, fmt: &mut Formatter) -> Result

Derived Implementations

impl Clone for Ns

fn clone(&self) -> Ns

fn clone_from(&mut self, source: &Self)

impl Copy for Ns