pub struct PolygonIndex(/* private fields */);Expand description
Polygon index.
Implementations§
Trait Implementations§
Source§impl Clone for PolygonIndex
impl Clone for PolygonIndex
Source§fn clone(&self) -> PolygonIndex
fn clone(&self) -> PolygonIndex
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 PolygonIndex
impl Debug for PolygonIndex
impl Copy for PolygonIndex
Auto Trait Implementations§
impl Freeze for PolygonIndex
impl RefUnwindSafe for PolygonIndex
impl Send for PolygonIndex
impl Sync for PolygonIndex
impl Unpin for PolygonIndex
impl UnwindSafe for PolygonIndex
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