Struct webgl_generator::Registry [] [src]

pub struct Registry {
    pub types: BTreeMap<String, NamedType>,
    pub extensions: BTreeSet<String>,
}

Fields

Methods

impl Registry
[src]

[src]

Construct a new registry given a maximum API version and a set of extensions to support.

Important traits for TypeIter<'a, T, F>
[src]

Iterator over types matched by a filtering function

[src]

Resolves a named type

[src]

Use the specified generator to generate bindings from this registry and write them to a stream.

Trait Implementations

impl Debug for Registry
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Registry
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Registry

impl Sync for Registry