Type Alias re_viewer_context::SmallVisualizerSet
source · pub type SmallVisualizerSet = SmallVec<[ViewSystemIdentifier; 4]>;
Aliased Type§
struct SmallVisualizerSet {
pub(crate) capacity: usize,
pub(crate) data: SmallVecData<[ViewSystemIdentifier; 4]>,
}
Fields§
§capacity: usize
§data: SmallVecData<[ViewSystemIdentifier; 4]>