Struct obj::raw::material::MtlTextureMap [−][src]
pub struct MtlTextureMap {
pub file: String,
}
Expand description
A texture map specified in a .mtl
file
Fields
file: String
The name of the texture file
Trait Implementations
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 RefUnwindSafe for MtlTextureMap
impl Send for MtlTextureMap
impl Sync for MtlTextureMap
impl Unpin for MtlTextureMap
impl UnwindSafe for MtlTextureMap
Blanket Implementations
Mutably borrows from an owned value. Read more