struct EE::UI::UIWebView::NavigationLoadState

#include <uiwebview.hpp>

struct NavigationLoadState {
    // fields

    UIWebView* owner { nullptr };
    bool alive { true };
    Uint64 generation { 0 };
};