Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Slowerzs/PPLSystem
/ VirtualAddress
Class
VirtualAddress
src/kdmp/parser.rs:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
#[derive(Eq, PartialEq, Hash, Debug, Clone, Copy)]
58
pub struct VirtualAddress {
59
pub addr: u64,
60
}
61
62
impl PhysicalAddress {
63
pub fn from(addr: u64) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected