Type Alias re_viewer_context::PerSystemEntities

source ·
pub type PerSystemEntities = BTreeMap<ViewSystemIdentifier, BTreeSet<EntityPath>>;

Aliased Type§

struct PerSystemEntities {
    root: Option<NodeRef<Owned, ViewSystemIdentifier, BTreeSet<EntityPath>, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(ViewSystemIdentifier, BTreeSet<EntityPath>)>>,
}

Fields§

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