Struct dae_parser::Asset [−][src]
pub struct Asset {
pub contributor: Vec<Contributor>,
pub created: String,
pub keywords: Vec<String>,
pub modified: String,
pub revision: Option<String>,
pub subject: Option<String>,
pub title: Option<String>,
pub unit: Option<Unit>,
pub up_axis: UpAxis,
}
Fields
contributor: Vec<Contributor>
created: String
keywords: Vec<String>
modified: String
revision: Option<String>
subject: Option<String>
title: Option<String>
unit: Option<Unit>
up_axis: UpAxis
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Asset
impl UnwindSafe for Asset
Blanket Implementations
Mutably borrows from an owned value. Read more