jagua_
rs
0.2.1
Module layout
Module Items
Structs
In jagua_
rs::
entities
jagua_rs
::
entities
Module
layout
Copy item path
Source
Structs
ยง
Layout
A Layout is made out of a
Bin
with a set of
Item
s positioned inside of it in a specific way. It is a mutable representation, and can be modified by placing or removing items.
Layout
Snapshot
Immutable and compact representation of a
Layout
.
Layout
s can create
LayoutSnapshot
s, and revert back themselves to a previous state using them.