Docs.rs
rs-alloc-0.0.1
rs-alloc 0.0.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
eloraiby
Dependencies
cfg-if ^0.1.10
normal
libc ^0.2.76
normal
rs-ctypes ^0.1.1
normal
Versions
1.3%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Hash
rs_
alloc
0.0.1
Hash
Required Methods
hash
Implementations on Foreign Types
&[u8]
i32
Implementors
In rs_
alloc::
hash
rs_alloc
::
hash
Trait
Hash
Copy item path
Source
pub trait Hash { // Required method fn
hash
(&self) ->
usize
; }
Required Methods
§
Source
fn
hash
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
Hash
for &[
u8
]
Source
§
fn
hash
(&self) ->
usize
Source
§
impl
Hash
for
i32
Source
§
fn
hash
(&self) ->
usize
Implementors
§
Source
§
impl
Hash
for
String