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

Class GUID

dumpy/data/src/lib.rs:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
168#[repr(C)]
169pub struct GUID
170{
171 pub data1: u32,
172 pub data2: u16,
173 pub data3: u16,
174 pub data4: [u8; 8],
175}
176
177#[repr(C)]
178pub struct SYSTEM_HANDLE_INFORMATION {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected