Struct fitsio_sys::fitsfile [] [src]

pub struct fitsfile {
    pub HDUposition: c_int,
    pub Fptr: *mut FITSfile,
}

Fields

Trait Implementations

impl Debug for fitsfile
[src]

Formats the value using the given formatter.

impl Copy for fitsfile
[src]

impl Clone for fitsfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for fitsfile
[src]

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