Docs.rs
iced_baseview-0.2.1
iced_baseview 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
BillyDM
Dependencies
baseview ^0.1.1
normal
iced_core ^0.14
normal
iced_debug ^0.14
normal
iced_devtools ^0.14
normal
optional
iced_futures ^0.14
normal
iced_highlighter ^0.14
normal
optional
iced_program ^0.14
normal
iced_renderer ^0.14
normal
iced_runtime ^0.14
normal
iced_widget ^0.14
normal
image ^0.25
normal
optional
keyboard-types ^0.6
normal
nice-plug-core ^0.1
normal
optional
raw-window-handle ^0.5
normal
raw-window-handle ^0.6
normal
sysinfo ^0.38
normal
optional
thiserror ^2.0
normal
tracing ^0.1
normal
optional
window_clipboard ^0.5
normal
tracing-subscriber ^0.3.22
dev
Versions
77.23%
of the crate is documented
Platform
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_
baseview
0.2.1
Module padding
Module Items
Structs
Functions
In crate iced_
baseview
iced_baseview
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.