Function odds::ptr_eq [] [src]

pub fn ptr_eq<T>(a: *const T, b: *const T) -> bool

Compare if a and b are equal pointers.