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

Class ApiSetNamespace

loader/data/src/lib.rs:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131#[repr(C)]
132#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
133pub struct ApiSetNamespace {
134 pub unused: [u8;12],
135 pub count: i32, // offset 0x0C
136 pub entry_offset: i32, // offset 0x10
137}
138
139#[repr(C)]
140#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected