Docs.rs
lust-rs-3.4.14
lust-rs 3.4.14
Permalink
Docs.rs crate page
Links
Homepage
crates.io
Source
Owners
ArchangelJTW
Dependencies
dirs ^6.0.0
normal
optional
dynasmrt ^4.0.1
normal
optional
full_moon ^0.18.1
normal
optional
hashbrown ^0.16.0
normal
libloading ^0.8.3
normal
optional
libm ^0.2.8
normal
lust-macros ^0.1.0
normal
optional
object ^0.36.4
normal
optional
rand ^0.8.5
normal
optional
regex ^1.11.1
normal
optional
serde ^1.0.228
normal
serde_json ^1.0.128
normal
optional
thiserror ^2.0.17
normal
toml ^0.9.8
normal
optional
tempfile ^3.12.0
dev
dynasm ^4.0.1
build
console_error_panic_hook ^0.1.7
normal
getrandom ^0.2
normal
wasm-bindgen ^0.2.104
normal
web-sys ^0.3.81
normal
Versions
1.9%
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
LustFloat
lust
3.4.14
Lust
Float
Trait Implementations
FromLustValue
FromStructField<'a>
IntoLustValue
IntoTypedValue
In lust::
number
lust
::
number
Type Alias
Lust
Float
Copy item path
Source
pub type LustFloat =
f64
;
Trait Implementations
§
Source
§
impl
FromLustValue
for
LustFloat
Source
§
fn
from_value
(value:
Value
) ->
Result
<Self>
Source
§
fn
matches_lust_type
(ty: &
Type
) ->
bool
Source
§
fn
type_description
() -> &'static
str
Source
§
impl<'a>
FromStructField
<'a> for
LustFloat
Source
§
fn
from_value
(field: &
str
, value:
ValueRef
<'a>) ->
Result
<Self>
Source
§
impl
IntoLustValue
for
LustFloat
Source
§
fn
into_value
(self) ->
Value
Source
§
fn
matches_lust_type
(ty: &
Type
) ->
bool
Source
§
fn
type_description
() -> &'static
str
Source
§
impl
IntoTypedValue
for
LustFloat
Source
§
fn
into_typed_value
(self) ->
TypedValue