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

Method default

src/geometry.rs:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40impl Default for Size {
41 fn default() -> Self {
42 Self {
43 width: 800.0,
44 height: 600.0,
45 }
46 }
47}
48
49impl Default for Point {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected