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

pub struct Feature {
    pub api: String,
    pub name: String,
    pub number: String,
    pub requires: Vec<Require>,
    pub removes: Vec<Remove>,
}

Fields

api
name
number
requires
removes

Trait Implementations

Derived Implementations

impl Clone for Feature

fn clone(&self) -> Feature

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