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

Class ApiSetValueEntry

data/src/lib.rs:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185#[repr(C)]
186#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
187pub struct ApiSetValueEntry {
188 pub flags: i32, // offset 0x00
189 pub name_offset: i32, // offset 0x04
190 pub name_count: i32, // offset 0x08
191 pub value_offset: i32, // offset 0x0C
192 pub value_count: i32, // offset 0x10
193}
194
195#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
196#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected