Struct dae_parser::Targets [−][src]
pub struct Targets {
pub inputs: Vec<Input>,
pub morph_target: usize,
pub morph_weight: usize,
pub extra: Vec<Extra>,
}
Fields
inputs: Vec<Input>
morph_target: usize
morph_weight: usize
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Targets
impl UnwindSafe for Targets
Blanket Implementations
Mutably borrows from an owned value. Read more