DoxigAlpha

guid

Source

Implementation

#
pub const guid align(8) = Guid{
    .time_low = 0xa19832b9,
    .time_mid = 0xac25,
    .time_high_and_version = 0x11d3,
    .clock_seq_high_and_reserved = 0x9a,
    .clock_seq_low = 0x2d,
    .node = [_]u8{ 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d },
}