Struct fitrs::Hdu[][src]

pub struct Hdu { /* fields omitted */ }

Represent an HDU as defined in FITS standard 4.1.

Methods

impl Hdu
[src]

Get HeaderValue by key. Return None if value is not found in Hdu.

Get data array stored in the Hdu.

Trait Implementations

impl Debug for Hdu
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Hdu

impl Sync for Hdu