Struct gaia_assetgen::TileMetadata [] [src]

pub struct TileMetadata {
    pub min_elevation: u16,
    pub max_elevation: u16,
    pub polygons: Vec<u64>,
    pub points: Vec<u64>,
}

Fields

Trait Implementations

impl Clone for TileMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TileMetadata
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TileMetadata

impl Sync for TileMetadata