Struct fits_rs::types::KeywordRecord [] [src]

pub struct KeywordRecord<'a> { /* fields omitted */ }

A keyword record contains information about a FITS header. It consists of a keyword, the corresponding value and an optional comment.

Methods

impl<'a> KeywordRecord<'a>
[src]

Create a KeywordRecord from a specific Keyword.

Trait Implementations

impl<'a> Debug for KeywordRecord<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for KeywordRecord<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Display for KeywordRecord<'a>
[src]

Formats the value using the given formatter. Read more