| 3 | |
| 4 | #[derive(Debug)] |
| 5 | pub 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)] |
nothing calls this directly
no outgoing calls
no test coverage detected