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

Class MobileWindow

src/window.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Clone)]
26struct MobileWindow {
27 safe_area: SafeArea,
28 orientation: Orientation,
29}
30
31#[derive(Clone)]
32struct WebWindow {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected