Enum pos::pof::TimeUnit [] [src]

pub enum TimeUnit {
    Normalized,
    Day,
    Week,
}

Seconds format.

Variants

Normalized time is referenced to some start point, allowing for higher precision.

GPS day time.

GPS week time.

Trait Implementations

impl Clone for TimeUnit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TimeUnit
[src]

impl Debug for TimeUnit
[src]

Formats the value using the given formatter.