Struct shp::ShpFile [] [src]

pub struct ShpFile {
    pub header: ShpHeader,
    pub records: Vec<ShpRecord>,
}

Fields

Trait Implementations

impl Debug for ShpFile
[src]

Formats the value using the given formatter.