Struct dae_parser::Animation [−][src]
pub struct Animation {
pub id: Option<String>,
pub name: Option<String>,
pub asset: Option<Box<Asset>>,
pub children: Vec<Animation>,
pub source: Vec<Source>,
pub sampler: Vec<Sampler>,
pub channel: Vec<Channel>,
pub extra: Vec<Extra>,
}Fields
id: Option<String>name: Option<String>asset: Option<Box<Asset>>children: Vec<Animation>source: Vec<Source>sampler: Vec<Sampler>channel: Vec<Channel>extra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Animation
impl UnwindSafe for Animation
Blanket Implementations
Mutably borrows from an owned value. Read more