Docs.rs
toddy-iced-0.6.2
toddy-iced 0.6.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dhedlund
Dependencies
toddy-iced-core ^0.6.2
normal
toddy-iced-debug ^0.6.2
normal
toddy-iced-devtools ^0.6.2
normal
optional
toddy-iced-futures ^0.6.2
normal
toddy-iced-highlighter ^0.6.2
normal
optional
toddy-iced-renderer ^0.6.2
normal
toddy-iced-runtime ^0.6.2
normal
toddy-iced-tester ^0.6.2
normal
optional
toddy-iced-widget ^0.6.2
normal
toddy-iced-winit ^0.6.2
normal
image ^0.25
normal
optional
thiserror ^2
normal
criterion ^0.5
dev
toddy-iced-wgpu ^0.6.2
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
Skip to main content
Module padding
iced
0.6.2
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.