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

Class PageEntry

src/kdmp/parser.rs:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30pub struct PageEntry {
31 value: u64,
32}
33
34impl PageEntry {
35 pub fn from(value: u64) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected