Docs.rs
base-traits-0.0.5
base-traits 0.0.5
Docs.rs crate page
BSD-3-Clause
Links
Homepage
crates.io
Source
Owners
synesissoftware
Dependencies
Versions
0%
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
base_
traits
0.0.5
ToUSize
Required Methods
to_usize
Implementations on Foreign Types
Box<T>
Rc<T>
u16
u32
u64
u8
usize
Implementors
In crate base_
traits
base_traits
Trait
ToUSize
Copy item path
Source
pub trait ToUSize { // Required method fn
to_usize
(&self) ->
usize
; }
Expand description
T.B.C.
Required Methods
§
Source
fn
to_usize
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
ToUSize
for
u8
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl
ToUSize
for
u16
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl
ToUSize
for
u32
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl
ToUSize
for
u64
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl
ToUSize
for
usize
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl<T:
ToUSize
+ ?
Sized
>
ToUSize
for
Box
<T>
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl<T:
ToUSize
+ ?
Sized
>
ToUSize
for
Rc
<T>
Source
§
fn
to_usize
(&self) ->
usize
Implementors
§