Struct serde_lvm::FileHeader [] [src]

#[must_use]
pub struct FileHeader { pub date: Date, pub description: Option<String>, pub operator: Option<OperatorName>, pub project: Option<ProjectName>, pub reader_version: Version, pub time: Time, pub time_pref: TimePref, pub writer_version: Version, pub x_columns: XColumns, // some fields omitted }

Header for the file

Fields

Date when the data collection started.

Date when the data collection started.

Operator who generated these measurements

Name of the project associated with the data in the file.

Version number of reader needed to parse the file correctly the file type.

For example, a 1.0 version of a reader can parse the file until the file format changes so much that it is no longer backwards compatible. The Writer_Version supplies the actual file type version.

Time at which the start of a data series occurred.

Format of the x-axis values.

This tag is valid only if the X_Dimension tag value is set to Time.

Version number of the file type written by the software.

Specifies which x-values are saved.

Trait Implementations

impl Debug for FileHeader
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FileHeader

impl Sync for FileHeader