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

Class Rect

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

Source from the content-addressed store, hash-verified

24
25#[derive(Clone, Debug, Default)]
26pub struct Rect {
27 pub origin: Point,
28 pub size: Size,
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected