pub struct PolygonIdx(usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PolygonIdx
 
impl Clone for PolygonIdx
Source§fn clone(&self) -> PolygonIdx
 
fn clone(&self) -> PolygonIdx
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 PolygonIdx
 
impl Debug for PolygonIdx
Source§impl PartialEq for PolygonIdx
 
impl PartialEq for PolygonIdx
impl Copy for PolygonIdx
impl Eq for PolygonIdx
impl StructuralPartialEq for PolygonIdx
Auto Trait Implementations§
impl Freeze for PolygonIdx
impl RefUnwindSafe for PolygonIdx
impl Send for PolygonIdx
impl Sync for PolygonIdx
impl Unpin for PolygonIdx
impl UnwindSafe for PolygonIdx
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