Module gl_generator::generators [−] [src]

Modules

debug_struct_gen
global_gen
static_gen
static_struct_gen
struct_gen

Traits

Generator

Trait for a bindings generator.

Functions

gen_enum_item

This function generates a const name: type = value; item.

gen_parameters

Generates the list of Rust Args that a Cmd requires.

gen_return_type

Generates the Rust return type of a Cmd.

gen_symbol_name

Generates the native symbol name of a Cmd.

gen_type_aliases

Generates all the type aliases for a namespace.