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

Class Size

src/geometry/mod.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Clone, Debug, Default)]
20pub struct Size {
21 pub width: f32,
22 pub height: f32,
23}
24
25#[derive(Clone, Debug, Default)]
26pub struct Rect {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected