Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ Size
Class
Size
src/geometry/mod.rs:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
#[derive(Clone, Debug, Default)]
20
pub struct Size {
21
pub width: f32,
22
pub height: f32,
23
}
24
25
#[derive(Clone, Debug, Default)]
26
pub struct Rect {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected