Struct gl_generator::registry::Require
[−]
[src]
pub struct Require {
pub comment: Option<String>,
pub enums: Vec<String>,
pub commands: Vec<String>,
}Fields
comment | |
enums | A reference to the earlier types, by name |
commands | A reference to the earlier types, by name |