DoxigAlpha

guid

Source

Implementation

#
pub const guid align(8) = Guid{
    .time_low = 0xdd9e7534,
    .time_mid = 0x7762,
    .time_high_and_version = 0x4698,
    .clock_seq_high_and_reserved = 0x8c,
    .clock_seq_low = 0x14,
    .node = [_]u8{ 0xf5, 0x85, 0x17, 0xa6, 0x25, 0xaa },
}