pub enum LayerKind {
Map2d,
Map3d,
Graph,
Overlay,
}Expand description
What a layer is — the domain kind drawn at this z. Opaque to the kernel: the stack only orders layers; it never interprets the kind. Extend as skins land.
Variants§
Map2d
A 2D vector basemap (facett-map).
Map3d
A 3D extruded map (facett-map3d).
Graph
A graph drawn over the base (facett-graphview / its skins).
Overlay
A caller-supplied overlay (decorations, ravens, HUD).
Trait Implementations§
impl Copy for LayerKind
impl Eq for LayerKind
impl StructuralPartialEq for LayerKind
Auto Trait Implementations§
impl Freeze for LayerKind
impl RefUnwindSafe for LayerKind
impl Send for LayerKind
impl Sync for LayerKind
impl Unpin for LayerKind
impl UnsafeUnpin for LayerKind
impl UnwindSafe for LayerKind
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more