pub enum RingRole {
Exterior,
Interior(usize),
}Expand description
The role of a ring in a polygon.
Variants§
Trait Implementations§
impl StructuralPartialEq for RingRole
Auto Trait Implementations§
impl Freeze for RingRole
impl RefUnwindSafe for RingRole
impl Send for RingRole
impl Sync for RingRole
impl Unpin for RingRole
impl UnwindSafe for RingRole
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