[][src]Struct transitfeed::TimeOffset

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

Fields

hours: u32minutes: u32seconds: u32

Methods

impl TimeOffset[src]

pub fn from_hms(hours: u32, minutes: u32, seconds: u32) -> TimeOffset[src]

pub fn duration(&self) -> Duration[src]

Trait Implementations

impl PartialEq<TimeOffset> for TimeOffset[src]

impl Eq for TimeOffset[src]

impl Debug for TimeOffset[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]