Struct dae_parser::Spline [−][src]
pub struct Spline {
pub closed: bool,
pub source: Vec<Source>,
pub controls: ControlVertices,
pub extra: Vec<Extra>,
}
Fields
closed: bool
source: Vec<Source>
controls: ControlVertices
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Spline
impl UnwindSafe for Spline
Blanket Implementations
Mutably borrows from an owned value. Read more