Docs.rs
type-vec-0.1.0
type-vec 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jerry73204
Dependencies
anyhow ^1.0
normal
typ ^0.1
normal
typenum ^1.12
normal
Versions
39.73%
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
Size
type_
vec
0.1.0
Size
Required Methods
to_usize
Implementations on Foreign Types
UInt<U, B>
UTerm
Implementors
In type_
vec::
size
type_vec
::
size
Trait
Size
Copy item path
Source
pub trait Size { // Required method fn
to_usize
(&self) ->
usize
; }
Expand description
Marks the size type.
Required Methods
§
Source
fn
to_usize
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
Size
for
UTerm
Source
§
fn
to_usize
(&self) ->
usize
Source
§
impl<U, B>
Size
for
UInt
<U, B>
where U:
Unsigned
, B:
Bit
,
Source
§
fn
to_usize
(&self) ->
usize
Implementors
§
Source
§
impl
Size
for
Dyn