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
i: c_int
m: c_int
kind: c_int
extnam: [c_char; 72]
extver: c_int
extlev: c_int
ttype: [c_char; 72]
row: c_long
ndim: c_int
dimlen: *mut c_int
arrayp: *mut *mut c_double
Trait Implementations
impl Copy for wtbarr[src]
impl Clone for wtbarr[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more