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

Class SafeArea

src/window.rs:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36#[derive(Clone, Default)]
37pub struct SafeArea {
38 pub top: f32,
39 pub right: f32,
40 pub bottom: f32,
41 pub left: f32,
42}
43
44#[derive(Clone, Copy)]
45pub enum Orientation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected