Struct fitsio::columndescription::ConcreteColumnDescription [] [src]

pub struct ConcreteColumnDescription {
    pub name: String,
    pub data_type: ColumnDataDescription,
}

Fields

Trait Implementations

impl Debug for ConcreteColumnDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConcreteColumnDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more