red4ext_rs
0.9.0
Hash
Required Methods
hash
Implementations on Foreign Types
u32
Implementors
In red4ext_rs::types
Trait
red4ext_rs
::
types
::
Hash
Copy item path
source
·
[
−
]
pub trait Hash { // Required method fn
hash
(&self) ->
u32
; }
Expand description
A trait for types that can be hashed.
Required Methods
§
source
fn
hash
(&self) ->
u32
Implementations on Foreign Types
§
source
§
impl
Hash
for
u32
source
§
fn
hash
(&self) ->
u32
Implementors
§
source
§
impl
Hash
for
CName