Struct gdal::vector::Defn[][src]

pub struct Defn { /* fields omitted */ }

Layer definition

Defines the fields available for features in a layer.

Methods

impl Defn
[src]

Important traits for FieldIterator<'a>

Iterate over the field schema of this layer.

Iterate over the geometry field schema of this layer.

Auto Trait Implementations

impl !Send for Defn

impl !Sync for Defn