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: Url
method: MorphMethod
sources: Vec<Source>
targets: Targets
extra: 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