Struct dae_parser::Material [−][src]
pub struct Material {
pub id: Option<String>,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub instance_effect: Instance<Effect>,
pub extra: Vec<Extra>,
}
Fields
id: Option<String>
name: Option<String>
asset: Option<Box<Asset>>
instance_effect: Instance<Effect>
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Material
impl UnwindSafe for Material
Blanket Implementations
Mutably borrows from an owned value. Read more