pub enum ShapeType {
Capsule,
Compound,
HeightField,
Hull,
Mesh,
Sphere,
}Expand description
Box3D shape type tag.
Variants§
Capsule
Capsule shape.
Compound
Compound shape.
HeightField
Height-field shape.
Hull
Convex hull shape.
Mesh
Triangle mesh shape.
Sphere
Sphere shape.
Implementations§
Trait Implementations§
impl Copy for ShapeType
impl Eq for ShapeType
impl StructuralPartialEq for ShapeType
Auto Trait Implementations§
impl Freeze for ShapeType
impl RefUnwindSafe for ShapeType
impl Send for ShapeType
impl Sync for ShapeType
impl Unpin for ShapeType
impl UnsafeUnpin for ShapeType
impl UnwindSafe for ShapeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more