Enum rtlola_interpreter::TimeFormat [−][src]
pub enum TimeFormat {
UIntNanos,
FloatSecs,
HumanTime,
}Variants
UIntNanos
FloatSecs
HumanTime
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeFormat
impl Send for TimeFormat
impl Sync for TimeFormat
impl Unpin for TimeFormat
impl UnwindSafe for TimeFormat
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.