Struct dae_parser::Document [−][src]
pub struct Document {
pub asset: Asset,
pub library: Vec<LibraryElement>,
pub scene: Option<Scene>,
pub extra: Vec<Extra>,
}
Fields
asset: Asset
library: Vec<LibraryElement>
scene: Option<Scene>
extra: Vec<Extra>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Document
impl UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more