Enum fitrs::HeaderValue
[−]
[src]
Value stored inside the Hdu
header.
As defined in FITS standard 5.2.
Variants
CharacterString(String)
Logical(bool)
IntegerNumber(i32)
RealFloatingNumber(f64)
ComplexIntegerNumber(i64, i64)
ComplexFloatingNumber(f64, f64)
Trait Implementations
impl PartialEq for HeaderValue
[src]
[+]
impl PartialEq for HeaderValue
impl Debug for HeaderValue
[src]
[+]
impl Debug for HeaderValue
Auto Trait Implementations
impl Send for HeaderValue
impl Send for HeaderValue
impl Sync for HeaderValue
impl Sync for HeaderValue