Struct webgl_generator::Dictionary [] [src]

pub struct Dictionary {
    pub inherits: Option<String>,
    pub fields: BTreeMap<String, Field>,
    pub is_hidden: bool,
}

Fields

Methods

impl Dictionary
[src]

[src]

Trait Implementations

impl Debug for Dictionary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Dictionary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Dictionary

impl Sync for Dictionary