Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
sid_vec-0.2.1
sid_vec 0.2.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
nical
Dependencies
Versions
15.38%
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
sid_vec
0.2.1
Generation
Required Methods
get_gen
Implementations on Foreign Types
u8
u16
u32
u64
Implementors
In crate sid_
vec
sid_vec
Trait
Generation
Copy item path
Source
pub trait Generation { // Required method fn
get_gen
(&self) ->
u32
; }
Required Methods
§
Source
fn
get_gen
(&self) ->
u32
Implementations on Foreign Types
§
Source
§
impl
Generation
for
u8
Source
§
fn
get_gen
(&self) ->
u32
Source
§
impl
Generation
for
u16
Source
§
fn
get_gen
(&self) ->
u32
Source
§
impl
Generation
for
u32
Source
§
fn
get_gen
(&self) ->
u32
Source
§
impl
Generation
for
u64
Source
§
fn
get_gen
(&self) ->
u32
Implementors
§
Source
§
impl<T, H:
Copy
, G:
Generation
>
Generation
for
GenId
<T, H, G>