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

Class DesktopWindow

src/window.rs:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Clone)]
19struct DesktopWindow {
20 min_size: Size,
21 max_size: Size,
22 resizable: bool,
23}
24
25#[derive(Clone)]
26struct MobileWindow {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected