Struct dae_parser::Library [−][src]
Fields
asset: Option<Box<Asset>>items: Vec<T>extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Library<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Library<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more