Struct fitsio_sys::iteratorCol
[−]
[src]
pub struct iteratorCol {
pub fptr: *mut fitsfile,
pub colnum: c_int,
pub colname: [c_char; 70],
pub datatype: c_int,
pub iotype: c_int,
pub array: *mut c_void,
pub repeat: c_long,
pub tlmin: c_long,
pub tlmax: c_long,
pub tunit: [c_char; 70],
pub tdisp: [c_char; 70],
}Fields
fptr: *mut fitsfile
colnum: c_int
colname: [c_char; 70]
datatype: c_int
iotype: c_int
array: *mut c_void
repeat: c_long
tlmin: c_long
tlmax: c_long
tunit: [c_char; 70]
tdisp: [c_char; 70]
Trait Implementations
impl Copy for iteratorCol[src]
impl Clone for iteratorCol[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