Docs.rs
pixel-widgets-0.9.1
pixel-widgets 0.9.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Kurble
Dependencies
anyhow ^1
normal
clipboard ^0.5
normal
optional
futures ^0.3
normal
image ^0.23
normal
rusttype ^0.9
normal
smallvec ^1
normal
wgpu ^0.11
normal
optional
winit ^0.25
normal
optional
zerocopy ^0.3
normal
reqwest ^0.10.7
dev
ron ^0.6.0
dev
serde ^1
dev
tokio ^0.2.22
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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 node
pixel_
widgets
0.9.1
Module node
Module Items
Structs
Traits
In crate pixel_
widgets
pixel_widgets
Module
node
Copy item path
Source
Expand description
User interface building blocks
Structs
§
Node
A node in a user interface element tree.
Traits
§
Into
Node
Convert widget to a
Node
. All widgets should implement this trait. It is also implemented by
Node
itself, which simply returns self.