Docs.rs
sktablelayout-rs-0.2.1
sktablelayout-rs 0.2.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
Skrylar
Dependencies
bitflags ^1.0
normal
Versions
53.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sktablelayout
0.2.1
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
sktablelayout
Copy item path
Source
Structs
§
Cell
Flags
Cell
Properties
Encapsulates all properties for a cell; contributes to eventual layout decisions.
Rectangle
Rectangle for padding and spacing constraints.
Size
Individual size constraint for a cell.
Size
Grouping
Combines the maximum, minimum and preferred sizes for a cell.
Table
Layout
Enums
§
Layout
Op
Type Aliases
§
Positioning
Fn
Allows a closure to ensure a layout item has been placed where the layout engine decided it should go. The parameters are the
x
,
y
coordinates, and the
width
/
height
respectively.