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 |