Docs.rs
lumo-0.3.2
lumo 0.3.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ekarpp
Dependencies
argh ^0.1.10
normal
glam ^0.23.0
normal
itertools ^0.10.5
normal
png ^0.17.7
normal
rand ^0.8.5
normal
rayon ^1.7.0
normal
regex ^1.8.1
normal
tempfile ^3.4.0
normal
ureq ^2.6.2
normal
zip ^0.6.4
normal
Versions
92%
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
Float
lumo
0.3.2
Float
Trait Implementations
Add<Color>
Mul<Color>
In crate lumo
lumo
Type Alias
Float
Copy item path
Source
pub type Float =
f64
;
Expand description
Float type alias
Trait Implementations
§
Source
§
impl
Add
<
Color
> for
Float
Source
§
type
Output
=
Color
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, rhs:
Color
) -> Self::
Output
Performs the
+
operation.
Read more
Source
§
impl
Mul
<
Color
> for
Float
Source
§
type
Output
=
Color
The resulting type after applying the
*
operator.
Source
§
fn
mul
(self, rhs:
Color
) -> Self::
Output
Performs the
*
operation.
Read more