Struct fitsio::columndescription::ColumnDataDescription [] [src]

pub struct ColumnDataDescription {
    pub repeat: usize,
    pub width: usize,
    pub typ: ColumnDataType,
}

Description of the column data

Fields

Methods

impl ColumnDataDescription
[src]

[src]

[src]

Shortcut for creating a scalar column

[src]

[src]

[src]

Trait Implementations

impl Debug for ColumnDataDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for ColumnDataDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ColumnDataDescription
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ColumnDataDescription
[src]

impl FromStr for ColumnDataDescription
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more