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

Class GUID

data/src/lib.rs:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242#[derive(Copy, Clone, Default, PartialEq, Debug, Eq)]
243#[repr(C)]
244pub struct GUID
245{
246 pub data1: u32,
247 pub data2: u16,
248 pub data3: u16,
249 pub data4: [u8; 8],
250}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected