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

Method new

src/lib.rs:32–34  ·  view source on GitHub ↗
(width: f32, height: f32)

Source from the content-addressed store, hash-verified

30
31 impl Size {
32 pub fn new(width: f32, height: f32) -> Self {
33 Self { width, height }
34 }
35 }
36
37 impl Point {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected