#[repr(C)]pub enum ColShapeType {
Sphere = 0,
Cylinder = 1,
Circle = 2,
Cuboid = 3,
Rect = 4,
CheckpointCylinder = 5,
Polygon = 6,
}Variants§
Trait Implementations§
Source§impl Clone for ColShapeType
impl Clone for ColShapeType
Source§fn clone(&self) -> ColShapeType
fn clone(&self) -> ColShapeType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColShapeType
impl Debug for ColShapeType
Source§impl Hash for ColShapeType
impl Hash for ColShapeType
Source§impl PartialEq for ColShapeType
impl PartialEq for ColShapeType
Source§impl TryFrom<u8> for ColShapeType
impl TryFrom<u8> for ColShapeType
impl Copy for ColShapeType
impl Eq for ColShapeType
impl StructuralPartialEq for ColShapeType
Auto Trait Implementations§
impl Freeze for ColShapeType
impl RefUnwindSafe for ColShapeType
impl Send for ColShapeType
impl Sync for ColShapeType
impl Unpin for ColShapeType
impl UnwindSafe for ColShapeType
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