Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ Size
Class
Size
src/geometry.rs:2–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#[derive(Debug, Clone, Copy)]
2
pub struct Size {
3
pub width: f32,
4
pub height: f32,
5
}
6
7
#[derive(Debug, Clone, Copy)]
8
pub struct Point {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected