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
AsUSize
Required Methods
as_usize
Implementations on Foreign Types
Box<T>
Rc<T>
usize
Implementors
In crate base_
traits
base_traits
Trait
AsUSize
Copy item path
Source
pub trait AsUSize { // Required method fn
as_usize
(&self) ->
usize
; }
Expand description
T.B.C.
Required Methods
§
Source
fn
as_usize
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
AsUSize
for
usize
Source
§
fn
as_usize
(&self) ->
usize
Source
§
impl<T:
AsUSize
+ ?
Sized
>
AsUSize
for
Box
<T>
Source
§
fn
as_usize
(&self) ->
usize
Source
§
impl<T:
AsUSize
+ ?
Sized
>
AsUSize
for
Rc
<T>
Source
§
fn
as_usize
(&self) ->
usize
Implementors
§