Point
etagere
0.2.15
Point
Aliased type
Fields
x
y
In crate etagere
Modules
allocator
bucketed
Structs
AllocId
Allocation
AllocatorOptions
AtlasAllocator
BucketedAtlasAllocator
Iter
Constants
DEFAULT_OPTIONS
Functions
point2
size2
Type Aliases
Point
Rectangle
Size
etagere
Type Alias
Point
Copy item path
Settings
Help
Summary
Source
pub type Point =
Point2D
<
i32
>;
Aliased Type
§
struct Point { pub x:
i32
, pub y:
i32
, }
Fields
§
§
x:
i32
§
y:
i32