Enum fitsio_sys::DataType
[−]
[src]
pub enum DataType {
TBIT,
TBYTE,
TSBYTE,
TLOGICAL,
TSTRING,
TUSHORT,
TSHORT,
TUINT,
TINT,
TULONG,
TLONG,
TFLOAT,
TDOUBLE,
TCOMPLEX,
TDBLCOMPLEX,
}Variants
TBITTBYTETSBYTETLOGICALTSTRINGTUSHORTTSHORTTUINTTINTTULONGTLONGTFLOATTDOUBLETCOMPLEXTDBLCOMPLEXTrait Implementations
impl Debug for DataType[src]
impl PartialEq for DataType[src]
fn eq(&self, __arg_0: &DataType) -> 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 !=.