Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
26
struct MobileWindow {
27
safe_area: SafeArea,
28
orientation: Orientation,
29
}
30
31
#[derive(Clone)]
32
struct WebWindow {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected