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

Class PhysicalAddress

src/kdmp/parser.rs:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52#[derive(Eq, PartialEq, Hash, Debug, Clone, Copy)]
53pub struct PhysicalAddress {
54 addr: u64,
55}
56
57#[derive(Eq, PartialEq, Hash, Debug, Clone, Copy)]
58pub struct VirtualAddress {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected