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 CollisionShape
fn eq(&self, __arg_0: &CollisionShape) -> bool
fn ne(&self, __arg_0: &CollisionShape) -> bool
impl Clone for CollisionShape
fn clone(&self) -> CollisionShape
fn clone_from(&mut self, source: &Self)
impl Debug for CollisionShape