Enum dae_parser::GeometryElement [−][src]
Variants
ConvexHullOf(Url)
Tuple Fields of ConvexHullOf
0: Url
Mesh(Mesh)
Tuple Fields of Mesh
0: Mesh
Spline(Spline)
Tuple Fields of Spline
0: Spline
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GeometryElement
impl Send for GeometryElement
impl Sync for GeometryElement
impl Unpin for GeometryElement
impl UnwindSafe for GeometryElement
Blanket Implementations
Mutably borrows from an owned value. Read more