Struct fitsio_sys::PixelFilter
[−]
[src]
pub struct PixelFilter {
pub count: c_int,
pub path: *mut *mut c_char,
pub tag: *mut *mut c_char,
pub ifptr: *mut *mut fitsfile,
pub expression: *mut c_char,
pub bitpix: c_int,
pub blank: c_long,
pub ofptr: *mut fitsfile,
pub keyword: [c_char; 72],
pub comment: [c_char; 73],
}Fields
count: c_int
path: *mut *mut c_char
tag: *mut *mut c_char
ifptr: *mut *mut fitsfile
expression: *mut c_char
bitpix: c_int
blank: c_long
ofptr: *mut fitsfile
keyword: [c_char; 72]
comment: [c_char; 73]
Trait Implementations
impl Copy for PixelFilter[src]
impl Clone for PixelFilter[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