MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / fmt

Method fmt

src/kdmp/parser.rs:69–71  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

67
68impl UpperHex for VirtualAddress {
69 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
70 self.addr.fmt(f)
71 }
72}
73impl UpperHex for PhysicalAddress {
74 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected