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
ttype: [c_char; 70]tbcol: LONGLONGtdatatype: c_inttrepeat: LONGLONGtscale: f64tzero: f64tnull: LONGLONGstrnull: [c_char; 20]tform: [c_char; 10]twidth: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tcolumn
impl UnwindSafe for tcolumn
Blanket Implementations
Mutably borrows from an owned value. Read more
