Struct fitsio_sys::fitsfile [] [src]

#[repr(C)]
pub struct fitsfile { pub HDUposition: c_int, pub Fptr: *mut FITSfile, }

Fields

Trait Implementations

impl Debug for fitsfile
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for fitsfile
[src]

[src]

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

Auto Trait Implementations

impl !Send for fitsfile

impl !Sync for fitsfile