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

pub struct Remove {
    pub profile: String,
    pub comment: String,
    pub enums: Vec<String>,
    pub commands: Vec<String>,
}

Fields

profile
comment
enums

A reference to the earlier types, by name

commands

A reference to the earlier types, by name

Trait Implementations

Derived Implementations

impl Clone for Remove

fn clone(&self) -> Remove

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