Struct wavefront_obj::mtl::MtlSet [] [src]

pub struct MtlSet {
    pub materials: Vec<Material>,
}

A set of materials in one .mtl file.

Fields

Trait Implementations

impl Clone for MtlSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MtlSet
[src]

Formats the value using the given formatter.

impl PartialEq for MtlSet
[src]

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

This method tests for !=.