pub enum ColliderShape {
Aabb,
Circle,
}Expand description
Represents the geometric shape of a collider.
Variants§
Trait Implementations§
Source§impl Clone for ColliderShape
impl Clone for ColliderShape
impl Copy for ColliderShape
Source§impl Debug for ColliderShape
impl Debug for ColliderShape
Source§impl Default for ColliderShape
impl Default for ColliderShape
Source§impl PartialEq for ColliderShape
impl PartialEq for ColliderShape
impl StructuralPartialEq for ColliderShape
Auto Trait Implementations§
impl Freeze for ColliderShape
impl RefUnwindSafe for ColliderShape
impl Send for ColliderShape
impl Sync for ColliderShape
impl Unpin for ColliderShape
impl UnsafeUnpin for ColliderShape
impl UnwindSafe for ColliderShape
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