Struct fitsio_sys::wtbarr [] [src]

pub struct wtbarr {
    pub i: c_int,
    pub m: c_int,
    pub kind: c_int,
    pub extnam: [c_char; 72],
    pub extver: c_int,
    pub extlev: c_int,
    pub ttype: [c_char; 72],
    pub row: c_long,
    pub ndim: c_int,
    pub dimlen: *mut c_int,
    pub arrayp: *mut *mut c_double,
}

Fields

Trait Implementations

impl Copy for wtbarr
[src]

impl Clone for wtbarr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for wtbarr
[src]

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