egui::viewport

Type Alias ViewportIdSet

source
pub type ViewportIdSet = IntSet<ViewportId>;
Expand description

A fast hash set of ViewportId.

Aliased Typeยง

struct ViewportIdSet { /* private fields */ }