Struct tz::internals::TransitionData [] [src]

pub struct TransitionData {
    pub timestamp: i32,
    pub local_time_type_index: u8,
}

Fields

The time at which the rules for computing local time change.

Index into the local time types array for this transition.

Trait Implementations

impl Debug for TransitionData
[src]

Formats the value using the given formatter.

impl PartialEq for TransitionData
[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 TransitionData
[src]

impl Clone for TransitionData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more