Struct transitfeed::TimeOffset [] [src]

pub struct TimeOffset {
    pub hours: u32,
    pub minutes: u32,
    pub seconds: u32,
}

Fields

Methods

impl TimeOffset
[src]

Trait Implementations

impl Debug for TimeOffset
[src]

Formats the value using the given formatter.

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