Enum dae_parser::ShapeGeom [−][src]
pub enum ShapeGeom {
Plane(Plane),
Box(BoxShape),
Sphere(Sphere),
Cylinder(Cylinder),
TaperedCylinder(TaperedCylinder),
Capsule(Capsule),
TaperedCapsule(TaperedCapsule),
Geom(Instance<Geometry>),
}
Variants
Plane(Plane)
Tuple Fields of Plane
0: Plane
Box(BoxShape)
Tuple Fields of Box
0: BoxShape
Sphere(Sphere)
Tuple Fields of Sphere
0: Sphere
Cylinder(Cylinder)
Tuple Fields of Cylinder
0: Cylinder
TaperedCylinder(TaperedCylinder)
Tuple Fields of TaperedCylinder
Capsule(Capsule)
Tuple Fields of Capsule
0: Capsule
TaperedCapsule(TaperedCapsule)
Tuple Fields of TaperedCapsule
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShapeGeom
impl UnwindSafe for ShapeGeom
Blanket Implementations
Mutably borrows from an owned value. Read more