Function ref_eq::ref_eq [] [src]

pub fn ref_eq<'a, 'b, T>(thing: &'a T, other: &'b T) -> bool

Determine if two borrowed pointers point to the same thing.