Struct tz::internals::LeapSecondData [] [src]

pub struct LeapSecondData {
    pub timestamp: i32,
    pub leap_second_count: u32,
}

Fields

timestamp: i32

The time, as a number of seconds, at which a leap second occurs.

leap_second_count: u32

Number of leap seconds to be added.

Trait Implementations

impl Clone for LeapSecondData
[src]

fn clone(&self) -> LeapSecondData

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Eq for LeapSecondData
[src]

impl PartialEq for LeapSecondData
[src]

fn eq(&self, __arg_0: &LeapSecondData) -> bool

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

fn ne(&self, __arg_0: &LeapSecondData) -> bool

This method tests for !=.

impl Debug for LeapSecondData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.