Struct vectortile::screen::MultiPoint [] [src]

pub struct MultiPoint {
    pub points: Vec<Point>,
}

Fields

Trait Implementations

impl EncodableGeom for MultiPoint
[src]

impl ScreenGeom<MultiPoint> for MultiPoint
[src]

Convert geometry into screen coordinates

impl Debug for MultiPoint
[src]

Formats the value using the given formatter.

impl PartialEq for MultiPoint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.