Struct dae_parser::Morph [−][src]
pub struct Morph {
pub source: Url,
pub method: MorphMethod,
pub sources: Vec<Source>,
pub targets: Targets,
pub extra: Vec<Extra>,
}Fields
source: Urlmethod: MorphMethodsources: Vec<Source>targets: Targetsextra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Morph
impl UnwindSafe for Morph
Blanket Implementations
Mutably borrows from an owned value. Read more