Docs.rs
eldiron-creator-0.9.1
eldiron-creator 0.9.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
markusmoenig
Dependencies
arboard ^3.4.1
normal
codegridfx ^0.9.1
normal
fontdue ^0.9.3
normal
indexmap ^2
normal
open ^5.0.1
normal
png ^0.18
normal
rand ^0.9
normal
rayon ^1
normal
regex ^1.11.1
normal
rust-embed ^8
normal
rusteria ^0.9.1
normal
rusterix ^0.9.1
normal
scenevm ^0.9.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
eldiron-shared ^0.9.1
normal
toml ^0.8.20
normal
vectorize ^0.2.0
normal
vek ^0.17.1
normal
i18n-embed ^0.16.0
normal
i18n-embed-fl ^0.10.0
normal
lazy_static ^1.5.0
normal
self_update ^0.39.0
normal
optional
theframework ^0.9.1
normal
theframework ^0.9.1
normal
Versions
17.45%
of the crate is documented
Go to latest version
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
TheColorColorButtonTrait
rustapi
0.9.1
TheColor
Color
Button
Trait
Required Methods
set_color
Implementors
In rustapi::
prelude
rustapi
::
prelude
Trait
TheColor
Color
Button
Trait
Copy item path
Source
pub trait TheColorColorButtonTrait { // Required method fn
set_color
(&mut self, color: [
u8
;
4
]); }
Required Methods
§
Source
fn
set_color
(&mut self, color: [
u8
;
4
])
Implementors
§
Source
§
impl
TheColorColorButtonTrait
for
TheColorButton