Struct tz::internals::TZData [] [src]

pub struct TZData {
    pub header: Header,
    pub transitions: Vec<TransitionData>,
    pub time_info: Vec<LocalTimeTypeData>,
    pub leap_seconds: Vec<LeapSecondData>,
    pub strings: Vec<u8>,
    pub standard_flags: Vec<u8>,
    pub gmt_flags: Vec<u8>,
}

The internal structure of a zoneinfo file.

Fields

Trait Implementations

impl Debug for TZData
[src]

Formats the value using the given formatter.

impl PartialEq for TZData
[src]

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

This method tests for !=.

impl Eq for TZData
[src]

impl Clone for TZData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more