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

Class GUID

loader/data/src/lib.rs:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
208#[repr(C)]
209pub struct GUID
210{
211 pub data1: u32,
212 pub data2: u16,
213 pub data3: u16,
214 pub data4: [u8; 8],
215}
216
217#[repr(C)]
218pub struct SYSTEM_HANDLE_INFORMATION {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected