(&self, f: &mut fmt::Formatter<'_>)
| 256 | fn eq(&self, other: &Self) -> bool { |
| 257 | self.structural_eq(other) |
| 258 | } |
| 259 | } |
| 260 | |
| 261 | impl<M: KernelMode> Eq for KUniv<M> {} |
| 262 | |
| 263 | /// Meta mode: shows names when available, positional index as fallback. |
nothing calls this directly
no test coverage detected