red4ext_rs::types

Trait Hash

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§