Enum geo::algorithm::coordinate_position::CoordPos [−][src]
pub enum CoordPos {
OnBoundary,
Inside,
Outside,
}
Expand description
The position of a Coordinate
relative to a Geometry
Variants
OnBoundary
Inside
Outside
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CoordPos
impl UnwindSafe for CoordPos
Blanket Implementations
Mutably borrows from an owned value. Read more