MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / _GUID

Class _GUID

src/irundown/structs.rs:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113#[allow(non_snake_case, non_camel_case_types)]
114#[repr(C)]
115pub struct _GUID {
116 pub data1: u32,
117 pub data2: u16,
118 pub data3: u16,
119 pub data4: [u8; 8],
120}
121
122#[derive(Debug, PackedSize, DecodeLE, Clone, Copy, Default, EncodeLE)]
123#[allow(non_snake_case, non_camel_case_types)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected