Struct fitsio_sys_bindgen::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 Copy for fitsfile
[src]

impl Clone for fitsfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for fitsfile

impl !Sync for fitsfile