(&self)
| 68 | |
| 69 | impl<M: KernelMode> MetaDisplay for KId<M> { |
| 70 | fn has_meta(&self) -> bool { |
| 71 | self.name.has_meta() |
| 72 | } |
| 73 | fn meta_fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 74 | let hex = self.addr.hex(); |
| 75 | let short = &hex[..8.min(hex.len())]; |