pub struct LayerRef<'a, L: LayoutBase + ?Sized> {
pub(super) base: &'a L,
pub(super) id: L::LayerId,
}Expand description
Reference to a layer.
Fields§
§base: &'a LReference to the parent data structure.
id: L::LayerIdID of the layer.
pub struct LayerRef<'a, L: LayoutBase + ?Sized> {
pub(super) base: &'a L,
pub(super) id: L::LayerId,
}Reference to a layer.
base: &'a LReference to the parent data structure.
id: L::LayerIdID of the layer.