Docs.rs
fm_plugin-0.1.17
fm_plugin 0.1.17
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mutantcows
Dependencies
lazy_static ^1.4
normal
serde ^1.0.118
normal
toml ^0.5
normal
widestring ^0.4
normal
Versions
2.85%
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
ToFixPt
fm_
plugin
0.1.17
ToFixPt
Required Methods
to_fixed_point
Implementations on Foreign Types
f64
i32
i64
u32
Implementors
In fm_
plugin::
fixed_
point
fm_plugin
::
fixed_point
Trait
ToFixPt
Copy item path
Source
pub trait ToFixPt { // Required method fn
to_fixed_point
(self) ->
FixPt
; }
Required Methods
§
Source
fn
to_fixed_point
(self) ->
FixPt
Implementations on Foreign Types
§
Source
§
impl
ToFixPt
for
f64
Source
§
fn
to_fixed_point
(self) ->
FixPt
Source
§
impl
ToFixPt
for
i32
Source
§
fn
to_fixed_point
(self) ->
FixPt
Source
§
impl
ToFixPt
for
i64
Source
§
fn
to_fixed_point
(self) ->
FixPt
Source
§
impl
ToFixPt
for
u32
Source
§
fn
to_fixed_point
(self) ->
FixPt
Implementors
§
Source
§
impl
ToFixPt
for
Data
Source
§
impl
ToFixPt
for
FixPt