Enum ilc::event::Time [] [src]

pub enum Time {
    Unknown,
    Hms(u8u8u8),
    Timestamp(i64),
}

Different log formats carry different amounts of information. Some might hold enough information to calculate precise timestamps, others might only suffice for the time of day.

Variants

Methods

impl Time
[src]

Trait Implementations

impl Clone for Time
[src]

impl PartialOrd<Time> for Time
[src]

impl Ord for Time
[src]

impl Eq for Time
[src]

impl Hash for Time
[src]

impl PartialEq<Time> for Time
[src]

impl Decodable for Time
[src]

impl Encodable for Time
[src]

impl Debug for Time
[src]