Docs.rs
MFEKmath-0.1.1
MFEKmath 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
ctrlcctrlv
Dependencies
flo_curves ^0.6
normal
glifparser ^1.2
normal
kurbo ^0.8
normal
log ^0.4
normal
plist ^1.3
normal
skia-safe >0.0
normal
xmltree ^0.10
normal
Versions
5.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
EvalScale
Required Methods
scale
Implementors
In MFEKmath::evaluate
?
Trait
MFEKmath
::
evaluate
::
EvalScale
source
·
[
−
]
pub trait EvalScale:
Evaluate
{ fn
scale
(&self, s: Self::
EvalResult
) -> Self; }
Required Methods
§
source
fn
scale
(&self, s: Self::
EvalResult
) -> Self
Implementors
§
source
§
impl<T:
Evaluate
>
EvalScale
for T