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

Class ApiSetNamespaceEntry

loader/data/src/lib.rs:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139#[repr(C)]
140#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
141pub struct ApiSetNamespaceEntry {
142 pub unused1: [u8;4],
143 pub name_offset: i32, // offset 0x04
144 pub name_length: i32, // offset 0x08
145 pub unused2: [u8;4],
146 pub value_offset: i32, // offset 0x10
147 pub value_length: i32, // offset 0x14
148}
149
150#[repr(C)]
151#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected