Docs.rs
iced_core-0.14.0
iced_core 0.14.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hecrj
Dependencies
bitflags ^2.0
normal
bytes ^1.6
normal
glam ^0.25
normal
lilt ^0.8
normal
log ^0.4
normal
num-traits ^0.2
normal
rustc-hash ^2.0
normal
serde ^1.0
normal
optional
smol_str ^0.2
normal
thiserror ^2
normal
web-time ^1.1
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module padding
iced_
core
0.14.0
Module padding
Module Items
Structs
Functions
In crate iced_
core
iced_core
Module
padding
Copy item path
Source
Expand description
Space stuff around the perimeter.
Structs
§
Padding
An amount of space to pad for each side of a box
Functions
§
all
Create a
Padding
that is equal on all sides.
bottom
Create some bottom
Padding
.
horizontal
Create some
Padding
with equal left and right sides.
left
Create some left
Padding
.
right
Create some right
Padding
.
top
Create some top
Padding
.
vertical
Create some
Padding
with equal top and bottom sides.