pub struct PolygonVertexIndex(/* private fields */);Expand description
Polygon vertex index.
This is index of control point index.
Trait Implementations§
Source§impl Clone for PolygonVertexIndex
impl Clone for PolygonVertexIndex
Source§fn clone(&self) -> PolygonVertexIndex
fn clone(&self) -> PolygonVertexIndex
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 Debug for PolygonVertexIndex
impl Debug for PolygonVertexIndex
Source§impl From<&PolygonVertexIndex> for IntoCpiWithPolyVerts
impl From<&PolygonVertexIndex> for IntoCpiWithPolyVerts
Source§fn from(i: &PolygonVertexIndex) -> Self
fn from(i: &PolygonVertexIndex) -> Self
Converts to this type from the input type.
Source§impl From<&PolygonVertexIndex> for IntoPvWithTriVerts
impl From<&PolygonVertexIndex> for IntoPvWithTriVerts
Source§fn from(i: &PolygonVertexIndex) -> Self
fn from(i: &PolygonVertexIndex) -> Self
Converts to this type from the input type.
Source§impl From<PolygonVertexIndex> for IntoCpiWithPolyVerts
impl From<PolygonVertexIndex> for IntoCpiWithPolyVerts
Source§fn from(i: PolygonVertexIndex) -> Self
fn from(i: PolygonVertexIndex) -> Self
Converts to this type from the input type.
Source§impl From<PolygonVertexIndex> for IntoPvWithTriVerts
impl From<PolygonVertexIndex> for IntoPvWithTriVerts
Source§fn from(i: PolygonVertexIndex) -> Self
fn from(i: PolygonVertexIndex) -> Self
Converts to this type from the input type.
Source§impl Hash for PolygonVertexIndex
impl Hash for PolygonVertexIndex
Source§impl Ord for PolygonVertexIndex
impl Ord for PolygonVertexIndex
Source§fn cmp(&self, other: &PolygonVertexIndex) -> Ordering
fn cmp(&self, other: &PolygonVertexIndex) -> 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 PolygonVertexIndex
impl PartialEq for PolygonVertexIndex
Source§impl PartialOrd for PolygonVertexIndex
impl PartialOrd for PolygonVertexIndex
impl Copy for PolygonVertexIndex
impl Eq for PolygonVertexIndex
impl StructuralPartialEq for PolygonVertexIndex
Auto Trait Implementations§
impl Freeze for PolygonVertexIndex
impl RefUnwindSafe for PolygonVertexIndex
impl Send for PolygonVertexIndex
impl Sync for PolygonVertexIndex
impl Unpin for PolygonVertexIndex
impl UnwindSafe for PolygonVertexIndex
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