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
impl Copy for TimeMode
impl StructuralPartialEq for TimeMode
Auto Trait Implementations§
impl Freeze for TimeMode
impl RefUnwindSafe for TimeMode
impl Send for TimeMode
impl Sync for TimeMode
impl Unpin for TimeMode
impl UnwindSafe for TimeMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more