(&self, rhs: &Self)
| 264 | for LowLevelILFunction<A, M, F> |
| 265 | { |
| 266 | fn eq(&self, rhs: &Self) -> bool { |
| 267 | self.function().eq(&rhs.function()) |
| 268 | } |
| 269 | } |
| 270 | |
| 271 | impl<A: Architecture, M: FunctionMutability, F: FunctionForm> Hash for LowLevelILFunction<A, M, F> { |