MCPcopy Create free account
hub / github.com/AccessKit/accesskit / Rect

Class Rect

platforms/atspi-common/src/rect.rs:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 Clone, Copy, Debug, Default, PartialEq, Eq, Serialize, Deserialize, OwnedValue, Type, Value,
11)]
12pub struct Rect {
13 pub x: i32,
14 pub y: i32,
15 pub width: i32,
16 pub height: i32,
17}
18
19impl Rect {
20 pub const INVALID: Rect = Rect {

Callers 2

newMethod · 0.70
frame_sourceMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected