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

Class BitmapHeader

src/kdmp/structs.rs:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#[allow(non_snake_case)]
5#[repr(C, packed)]
6pub struct BitmapHeader {
7 pub Signature: u32,
8 pub ValidDump: u32,
9 padding: [u8; 0x18],
10 pub FirstPage: u64,
11 pub TotalPresentPages: u64,
12 pub Pages: u64,
13}
14
15#[derive(Debug, PackedSize, EncodeLE, DecodeLE, Clone, Copy)]
16#[allow(non_snake_case)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected