Type Alias re_entity_db::TimeCounts

source ·
pub type TimeCounts = BTreeMap<TimeInt, u64>;

Aliased Type§

struct TimeCounts {
    root: Option<NodeRef<Owned, TimeInt, u64, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(TimeInt, u64)>>,
}

Fields§

§root: Option<NodeRef<Owned, TimeInt, u64, LeafOrInternal>>§length: usize§alloc: ManuallyDrop<Global>§_marker: PhantomData<Box<(TimeInt, u64)>>