#[repr(C)]pub enum ShapeType {
Circle = 0,
Edge = 1,
Polygon = 2,
Chain = 3,
Count = 4,
}
Variants§
Trait Implementations§
source§impl PartialEq for ShapeType
impl PartialEq for ShapeType
impl Copy for ShapeType
impl StructuralPartialEq for ShapeType
Auto Trait Implementations§
impl RefUnwindSafe for ShapeType
impl Send for ShapeType
impl Sync for ShapeType
impl Unpin for ShapeType
impl UnwindSafe for ShapeType
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