(&self, f: &mut std::fmt::Formatter<'_>)
| 67 | |
| 68 | impl UpperHex for VirtualAddress { |
| 69 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 70 | self.addr.fmt(f) |
| 71 | } |
| 72 | } |
| 73 | impl UpperHex for PhysicalAddress { |
| 74 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected