Struct grib::datatypes::Identification[][src]

pub struct Identification {
    pub centre_id: u16,
    pub subcentre_id: u16,
    pub master_table_version: u8,
    pub local_table_version: u8,
    pub ref_time_significance: u8,
    pub ref_time: DateTime<Utc>,
    pub prod_status: u8,
    pub data_type: u8,
}

Fields

centre_id: u16

Identification of originating/generating centre (see Common Code Table C-1)

subcentre_id: u16

Identification of originating/generating sub-centre (allocated by originating/ generating centre)

master_table_version: u8

GRIB Master Tables Version Number (see Code Table 1.0)

local_table_version: u8

GRIB Local Tables Version Number (see Code Table 1.1)

ref_time_significance: u8

Significance of Reference Time (see Code Table 1.2)

ref_time: DateTime<Utc>

Reference time of data

prod_status: u8

Production status of processed data in this GRIB message (see Code Table 1.3)

data_type: u8

Type of processed data in this GRIB message (see Code Table 1.4)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.