Struct webgl_generator::Interface [] [src]

pub struct Interface {
    pub inherits: Option<String>,
    pub mixins: BTreeSet<String>,
    pub members: BTreeMap<String, Vec<Member>>,
    pub is_hidden: bool,
    pub has_class: bool,
    pub rendering_context: Option<&'static str>,
    pub doc_comment: String,
}

Fields

Methods

impl Interface
[src]

[src]

Trait Implementations

impl Debug for Interface
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Interface
[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 Interface

impl Sync for Interface