#[repr(i32)]pub enum CollisionShapeShapeType {
Box = 0,
Plane = 1,
Sphere = 2,
Cylinder = 3,
}Variants§
Trait Implementations§
Source§impl Clone for CollisionShapeShapeType
impl Clone for CollisionShapeShapeType
Source§fn clone(&self) -> CollisionShapeShapeType
fn clone(&self) -> CollisionShapeShapeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CollisionShapeShapeType
Source§impl Debug for CollisionShapeShapeType
impl Debug for CollisionShapeShapeType
impl Eq for CollisionShapeShapeType
Source§impl Hash for CollisionShapeShapeType
impl Hash for CollisionShapeShapeType
Source§impl PartialEq for CollisionShapeShapeType
impl PartialEq for CollisionShapeShapeType
impl StructuralPartialEq for CollisionShapeShapeType
Auto Trait Implementations§
impl Freeze for CollisionShapeShapeType
impl RefUnwindSafe for CollisionShapeShapeType
impl Send for CollisionShapeShapeType
impl Sync for CollisionShapeShapeType
impl Unpin for CollisionShapeShapeType
impl UnsafeUnpin for CollisionShapeShapeType
impl UnwindSafe for CollisionShapeShapeType
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