Function bitvec::ptr::hash

source · []
pub fn hash<O, T, S>(hashee: BitPtr<Const, O, T>, into: &mut S) where
    O: BitOrder,
    T: BitStore,
    S: Hasher
Expand description

Hash a raw bit-pointer.

This can be used to prove hashing the pointer address value, rather than the referent bit.

Original

ptr::hash