Struct dot_vox::Material[][src]

pub struct Material {
    pub id: u32,
    pub properties: Dict,
}

A material used to render this model.

Fields

The Material's ID

Properties of the material, mapped by property name.

Trait Implementations

impl Clone for Material
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Material
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Material
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Material

impl Sync for Material