Docs.rs
irox-tools-0.10.2
irox-tools 0.10.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
spmadden
Dependencies
irox-bits ^0
normal
core_affinity ^0.8.1
dev
criterion ^0.5
dev
Versions
55.75%
of the crate is documented
Go to latest version
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
irox_
tools
0.10.2
ToU64
Required Methods
to_u64
Implementations on Foreign Types
bool
char
f32
f64
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In crate irox_
tools
irox_tools
Trait
ToU64
Copy item path
Source
pub trait ToU64 { // Required method fn
to_u64
(&self) ->
u64
; }
Required Methods
§
Source
fn
to_u64
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
ToU64
for
bool
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
char
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
f32
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
f64
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
i8
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
i16
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
i32
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
i64
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
i128
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
u8
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
u16
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
u32
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
u64
Source
§
fn
to_u64
(&self) ->
u64
Source
§
impl
ToU64
for
u128
Source
§
fn
to_u64
(&self) ->
u64
Implementors
§