Docs.rs
mvutils-1.6.3
mvutils 1.6.3
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
mqxf
v22lel
Dependencies
abi_stable ^0.11.3
normal
bytebuffer ^2.3.0
normal
hashbrown ^0.15.0
normal
mvutils-proc-macro ^1.1.6
normal
num-traits ^0.2.19
normal
parking_lot ^0.12.3
normal
regex ^1.12.1
normal
Versions
5.56%
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
MapTo
mvutils
1.6.3
MapTo
Required Methods
map_to
Implementations on Foreign Types
f64
Implementors
In mvutils::
utils
mvutils
::
utils
Trait
MapTo
Copy item path
Source
pub trait MapTo { // Required method fn
map_to
(self, amount:
u32
) ->
u32
; }
Required Methods
§
Source
fn
map_to
(self, amount:
u32
) ->
u32
Implementations on Foreign Types
§
Source
§
impl
MapTo
for
f64
Source
§
fn
map_to
(self, amount:
u32
) ->
u32
Implementors
§