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

Class ApiSetValueEntry

dumpy/data/src/lib.rs:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110#[repr(C)]
111#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
112pub struct ApiSetValueEntry {
113 pub flags: i32, // offset 0x00
114 pub name_offset: i32, // offset 0x04
115 pub name_count: i32, // offset 0x08
116 pub value_offset: i32, // offset 0x0C
117 pub value_count: i32, // offset 0x10
118}
119
120#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
121#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected