Struct obj::raw::material::RawMtl [−][src]
Expand description
Low-level Rust binding for .mtl
format (incomplete).
Fields
materials: HashMap<String, Material>
Map from the material name to its properties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawMtl
impl UnwindSafe for RawMtl
Blanket Implementations
Mutably borrows from an owned value. Read more