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

Class Window

src/window.rs:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Clone)]
4pub struct Window {
5 width: u32,
6 height: u32,
7 scale_factor: f32,
8 platform: PlatformWindow,
9}
10
11#[derive(Clone)]
12enum PlatformWindow {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected