Function arc_swap::ptr_eq

source ·
pub fn ptr_eq<Base, A, B>(a: A, b: B) -> boolwhere
    A: AsRaw<Base>,
    B: AsRaw<Base>,
Expand description

Comparison of two pointer-like things.