pub struct PolygonIndexStats {
pub exterior: RingBuildStats,
pub holes: Vec<RingBuildStats>,
}Fields§
§exterior: RingBuildStats§holes: Vec<RingBuildStats>Trait Implementations§
Source§impl Clone for PolygonIndexStats
impl Clone for PolygonIndexStats
Source§fn clone(&self) -> PolygonIndexStats
fn clone(&self) -> PolygonIndexStats
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 moreSource§impl Debug for PolygonIndexStats
impl Debug for PolygonIndexStats
Source§impl Default for PolygonIndexStats
impl Default for PolygonIndexStats
Source§fn default() -> PolygonIndexStats
fn default() -> PolygonIndexStats
Returns the “default value” for a type. Read more
impl Eq for PolygonIndexStats
Source§impl PartialEq for PolygonIndexStats
impl PartialEq for PolygonIndexStats
impl StructuralPartialEq for PolygonIndexStats
Auto Trait Implementations§
impl Freeze for PolygonIndexStats
impl RefUnwindSafe for PolygonIndexStats
impl Send for PolygonIndexStats
impl Sync for PolygonIndexStats
impl Unpin for PolygonIndexStats
impl UnsafeUnpin for PolygonIndexStats
impl UnwindSafe for PolygonIndexStats
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