Module re_log_types::time_point
source · Structs§
- A 64-bit number describing either nanoseconds, sequence numbers or fully static data.
- A point in time on any number of
Timeline
s. - A time frame/space, e.g.
log_time
orframe_nr
, coupled with the type of time it keeps. - The name of a timeline. Often something like
"log_time"
or"frame_nr"
. - An error type returned when a checked integral type conversion fails (mimics
std::num::TryFromIntError
)