Enum fitsio_sys::ImageType
[−]
[src]
pub enum ImageType {
BYTE_IMG,
SHORT_IMG,
LONG_IMG,
LONGLONG_IMG,
FLOAT_IMG,
DOUBLE_IMG,
}Variants
BYTE_IMGSHORT_IMGLONG_IMGLONGLONG_IMGFLOAT_IMGDOUBLE_IMGTrait Implementations
impl Debug for ImageType[src]
impl PartialEq for ImageType[src]
fn eq(&self, __arg_0: &ImageType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.