Enum fitsio_sys::HduType
[−]
[src]
pub enum HduType {
IMAGE_HDU,
ASCII_TBL,
BINARY_TBL,
ANY_HDU,
}Variants
IMAGE_HDUASCII_TBLBINARY_TBLANY_HDUTrait Implementations
impl Debug for HduType[src]
impl PartialEq for HduType[src]
fn eq(&self, __arg_0: &HduType) -> 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 !=.