MCPcopy Create free account
hub / github.com/CSpyridakis/notes / Rectangle

Class Rectangle

Rust/notes.rs:1674–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1672 // ------
1673 #[allow(dead_code)]
1674 struct Rectangle {
1675 p1: Point,
1676 p2: Point,
1677 }
1678
1679 impl Rectangle {
1680 // This is a method

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected