pub type PointerHasher = PointerHasher;
Aliased Type§
struct PointerHasher {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations
Source§impl Clone for PointerHasher
impl Clone for PointerHasher
Source§fn clone(&self) -> PointerHasher
fn clone(&self) -> PointerHasher
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more