pub struct PoolStats {
pub points_pooled: usize,
pub linestrings_pooled: usize,
pub polygons_pooled: usize,
pub coordinate_vecs_pooled: usize,
}Expand description
Gets statistics about pool usage for the current thread
Fields§
§points_pooled: usize§linestrings_pooled: usize§polygons_pooled: usize§coordinate_vecs_pooled: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PoolStats
impl RefUnwindSafe for PoolStats
impl Send for PoolStats
impl Sync for PoolStats
impl Unpin for PoolStats
impl UnsafeUnpin for PoolStats
impl UnwindSafe for PoolStats
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