pub enum Bitpix {
U8,
I16,
I32,
F32,
F64,
}Available on crate feature
fits only.Expand description
An enumeration of valid values corresponding to the BITPIX keyword.
Variants§
U8
Indicates each data element is an unsigned 8 bit integer value.
I16
Indicates each data element is a signed 16 bit integer value.
I32
Indicates each data element is a signed 32 bit integer value.
F32
Indicates each data element is a signed 32 bit float value.
F64
Indicates each data element is a signed 64 bit float value.
Implementations§
Trait Implementations§
Source§impl FitsHeaderValue for Bitpix
impl FitsHeaderValue for Bitpix
impl Copy for Bitpix
impl Eq for Bitpix
impl StructuralPartialEq for Bitpix
Auto Trait Implementations§
impl Freeze for Bitpix
impl RefUnwindSafe for Bitpix
impl Send for Bitpix
impl Sync for Bitpix
impl Unpin for Bitpix
impl UnwindSafe for Bitpix
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> RealAny for Twhere
T: Any,
impl<T> RealAny for Twhere
T: Any,
Source§fn real_type_id(&self) -> TypeId
fn real_type_id(&self) -> TypeId
Available on crate feature
fits only.Gets the base type ID for
self.