MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / PlatformWindow

Enum PlatformWindow

src/window.rs:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Clone)]
12enum PlatformWindow {
13 Desktop(DesktopWindow),
14 Mobile(MobileWindow),
15 Web(WebWindow),
16}
17
18#[derive(Clone)]
19struct DesktopWindow {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected