pub enum PointLocation {
Exterior,
Boundary,
Interior,
}Variants§
Trait Implementations§
Source§impl Clone for PointLocation
impl Clone for PointLocation
Source§fn clone(&self) -> PointLocation
fn clone(&self) -> PointLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PointLocation
Source§impl Debug for PointLocation
impl Debug for PointLocation
impl Eq for PointLocation
Source§impl PartialEq for PointLocation
impl PartialEq for PointLocation
Source§fn eq(&self, other: &PointLocation) -> bool
fn eq(&self, other: &PointLocation) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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