Struct fitsio_sys_bindgen::tcolumn [] [src]

#[repr(C)]
pub struct tcolumn { pub ttype: [c_char; 70], pub tbcol: LONGLONG, pub tdatatype: c_int, pub trepeat: LONGLONG, pub tscale: f64, pub tzero: f64, pub tnull: LONGLONG, pub strnull: [c_char; 20], pub tform: [c_char; 10], pub twidth: c_long, }

Fields

Trait Implementations

Auto Trait Implementations

impl Send for tcolumn

impl Sync for tcolumn