pub enum PointLocation {
Inside,
OnBoundary,
Outside,
}
Variants§
Trait Implementations§
source§impl Clone for PointLocation
impl Clone for PointLocation
source§fn clone(&self) -> PointLocation
fn clone(&self) -> PointLocation
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 PointLocation
impl Debug for PointLocation
source§impl Ord for PointLocation
impl Ord for PointLocation
source§fn cmp(&self, other: &PointLocation) -> Ordering
fn cmp(&self, other: &PointLocation) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PointLocation
impl PartialEq for PointLocation
source§impl PartialOrd for PointLocation
impl PartialOrd for PointLocation
impl Copy for PointLocation
impl Eq for PointLocation
impl StructuralPartialEq for PointLocation
Auto Trait Implementations§
impl Freeze for PointLocation
impl RefUnwindSafe for PointLocation
impl Send for PointLocation
impl Sync for PointLocation
impl Unpin for PointLocation
impl UnwindSafe for PointLocation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)