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

Class ApiSetNamespace

data/src/lib.rs:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166#[repr(C)]
167#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
168pub struct ApiSetNamespace {
169 pub unused: [u8;12],
170 pub count: i32, // offset 0x0C
171 pub entry_offset: i32, // offset 0x10
172}
173
174#[repr(C)]
175#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected