pub enum PointInPolygonResult {
On,
Inside,
Outside,
}Variants§
Trait Implementations§
Source§impl Clone for PointInPolygonResult
impl Clone for PointInPolygonResult
Source§fn clone(&self) -> PointInPolygonResult
fn clone(&self) -> PointInPolygonResult
Returns a duplicate 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 Into<PointInPolygonResult> for c_uint
impl Into<PointInPolygonResult> for c_uint
Source§fn into(self) -> PointInPolygonResult
fn into(self) -> PointInPolygonResult
Converts this type into the (usually inferred) input type.
impl Copy for PointInPolygonResult
Auto Trait Implementations§
impl Freeze for PointInPolygonResult
impl RefUnwindSafe for PointInPolygonResult
impl Send for PointInPolygonResult
impl Sync for PointInPolygonResult
impl Unpin for PointInPolygonResult
impl UnwindSafe for PointInPolygonResult
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