Struct gl_generator::registry::Extension [−] [src]

pub struct Extension {
    pub name: String,
    pub supported: Vec<String>,
    pub requires: Vec<Require>,
}

Fields

name
supported

which apis this extension is defined for (see Feature.api)

requires

Trait Implementations

Derived Implementations

impl Clone for Extension

fn clone(&self) -> Extension

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