Struct webgl_generator::Mixin [] [src]

pub struct Mixin {
    pub members: BTreeMap<String, Vec<Member>>,
}

Fields

Methods

impl Mixin
[src]

[src]

Trait Implementations

impl Debug for Mixin
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Mixin