DoxigAlpha

guid

Source

Implementation

#
pub const guid align(8) = Guid{
    .time_low = 0x9042a9de,
    .time_mid = 0x23dc,
    .time_high_and_version = 0x4a38,
    .clock_seq_high_and_reserved = 0x96,
    .clock_seq_low = 0xfb,
    .node = [_]u8{ 0x7a, 0xde, 0xd0, 0x80, 0x51, 0x6a },
}