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

Method default

src/lib.rs:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 impl Default for Size {
53 fn default() -> Self {
54 Self { width: 800.0, height: 600.0 }
55 }
56 }
57
58 impl Default for Point {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected