Struct fitsio_sys::fitsfile
[−]
[src]
pub struct fitsfile {
pub HDUposition: c_int,
pub Fptr: *mut FITSfile,
}Fields
HDUposition: c_int
Fptr: *mut FITSfile
Trait Implementations
impl Debug for fitsfile[src]
impl Copy for fitsfile[src]
impl Clone for fitsfile[src]
fn clone(&self) -> fitsfile
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