MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / ApiSetNamespace

Class ApiSetNamespace

dumpy/data/src/lib.rs:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91#[repr(C)]
92#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
93pub struct ApiSetNamespace {
94 pub unused: [u8;12],
95 pub count: i32, // offset 0x0C
96 pub entry_offset: i32, // offset 0x10
97}
98
99#[repr(C)]
100#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected