pub enum PointPolygon {
INCLUSION,
ON_SEGMENT,
EXCLUSION,
}
Expand description
点と多角形の位置関係
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PointPolygon
impl Clone for PointPolygon
Source§fn clone(&self) -> PointPolygon
fn clone(&self) -> PointPolygon
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 PointPolygon
impl Debug for PointPolygon
Source§impl PartialEq for PointPolygon
impl PartialEq for PointPolygon
impl Copy for PointPolygon
impl Eq for PointPolygon
impl StructuralPartialEq for PointPolygon
Auto Trait Implementations§
impl Freeze for PointPolygon
impl RefUnwindSafe for PointPolygon
impl Send for PointPolygon
impl Sync for PointPolygon
impl Unpin for PointPolygon
impl UnwindSafe for PointPolygon
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