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