Trait maplibre::window::HeadedMapWindow
source · [−]pub trait HeadedMapWindow: MapWindow {
- type RawWindow: HasRawWindowHandle;
+ type RawWindow: HasRawWindowHandle + HasRawDisplayHandle;
fn inner(&self) -> &Self::RawWindow;
}Expand description
Window which references a physical RawWindow. This is only implemented by headed windows and
not by headless windows.