Struct gaia_assetgen::FeaturesData [] [src]

pub struct FeaturesData {
    pub polygons: Vec<MultiLevelPolygon>,
    pub points: Vec<MultiLevelPoint>,
}

Fields

Trait Implementations

impl Debug for FeaturesData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FeaturesData

impl Sync for FeaturesData