Struct fitsio_sys::tcolumn [] [src]

pub struct tcolumn {
    pub ttype: [c_char; 70],
    pub tbcol: LONGLONG,
    pub tdatatype: c_int,
    pub trepeat: LONGLONG,
    pub tscale: c_double,
    pub tzero: c_double,
    pub tnull: LONGLONG,
    pub strnull: [c_char; 20],
    pub tform: [c_char; 10],
    pub twidth: c_long,
}

Fields

Trait Implementations

impl Copy for tcolumn
[src]

impl Clone for tcolumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for tcolumn
[src]

Returns the "default value" for a type. Read more