Enum adder_codec_core::TimeMode
source · pub enum TimeMode {
DeltaT,
AbsoluteT,
Mixed,
}
Expand description
The type of time used in the ADΔER representation
Variants§
DeltaT
The time is the delta time from the previous event
AbsoluteT
The time is the absolute time from the start of the recording
Mixed
TODO
Trait Implementations§
source§impl<'de> Deserialize<'de> for TimeMode
impl<'de> Deserialize<'de> for TimeMode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more