Docs.rs
iced-0.14.0
iced 0.14.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hecrj
Dependencies
iced_core ^0.14.0
normal
iced_debug ^0.14.0
normal
iced_devtools ^0.14.0
normal
optional
iced_futures ^0.14.0
normal
iced_highlighter ^0.14.0
normal
optional
iced_renderer ^0.14.0
normal
iced_runtime ^0.14.0
normal
iced_tester ^0.14.0
normal
optional
iced_widget ^0.14.0
normal
iced_winit ^0.14.0
normal
image ^0.25
normal
optional
thiserror ^2
normal
criterion ^0.5
dev
iced_wgpu ^0.14.0
dev
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
0.14.0
Module padding
Module Items
Structs
Functions
In crate iced
iced
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.