Function bitvec::ptr::hash[][src]

pub fn hash<O, T, S>(hashee: BitPtr<Const, O, T>, into: &mut S) where
    O: BitOrder,
    T: BitStore,
    S: Hasher

Hash a raw bit-pointer.

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

Original

ptr::hash