Enum pos::pof::TimeInfo [] [src]

pub enum TimeInfo {
    Gps,
    Utc,
    Unknown,
}

Time format.

Variants

GPS time.

UTC time.

Unknown time information.

Trait Implementations

impl Clone for TimeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TimeInfo
[src]

impl Debug for TimeInfo
[src]

Formats the value using the given formatter.