Enum catchit::CollisionShape 
            
                [−]
            
        [src]
pub enum CollisionShape {
    Square,
    Circle,
}Represents a shape used for collision detection
Variants
| Square | ||
| Circle | 
pub enum CollisionShape {
    Square,
    Circle,
}Represents a shape used for collision detection
| Square | ||
| Circle | 
impl PartialEq for CollisionShapefn eq(&self, __arg_0: &CollisionShape) -> boolfn ne(&self, __arg_0: &CollisionShape) -> boolimpl Clone for CollisionShapefn clone(&self) -> CollisionShapefn clone_from(&mut self, source: &Self)impl Debug for CollisionShape