Docs.rs
hexga_math-0.0.10-beta.8
hexga_math 0.0.10-beta.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Thomas-Mewily
Dependencies
hexga_array ^0.0.10-beta.8
normal
hexga_core ^0.0.10-beta.8
normal
hexga_number ^0.0.10-beta.8
normal
hexga_typedef ^0.0.10-beta.8
normal
serde ^1.0
normal
optional
Versions
30.5%
of the crate is documented
Go to latest stable release
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
hexga_
math
0.0.10-beta.8
ToU16
Required Associated Types
Output
Required Methods
to_u16
Implementors
In crate hexga_
math
hexga_math
Trait
ToU16
Copy item path
Source
pub trait ToU16 { type
Output
; // Required method fn
to_u16
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
to_u16
(self) -> Self::
Output
Implementors
§
Source
§
impl<T>
ToU16
for T
where T:
CastIntoComposite
<
u16
>,
Source
§
type
Output
= <T as
CastIntoComposite
<
u16
>>::
Output