Struct dbf::FieldHeader [] [src]

pub struct FieldHeader {
    pub name: String,
    pub field_type: FieldType,
    pub field_length: u8,
    pub decimal_count: u8,
}

Fields

Trait Implementations

impl Debug for FieldHeader
[src]

Formats the value using the given formatter.

impl Clone for FieldHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more