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

Class SectionInfos

src/irundown/structs.rs:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug)]
5pub struct SectionInfos {
6 pub base: usize,
7 pub size: usize,
8}
9
10#[derive(Debug, PackedSize, DecodeLE, Clone, Default, EncodeLE)]
11#[allow(non_snake_case, non_camel_case_types)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected