struct RawUuid
Defined at line 24 of file ../../src/lib/uuid/uuid.h
The internal components of a UUID.
c.f., RFC 4122 Section 4.1.2.
Most users should the |Uuid| type directly, below.
Public Members
uint32_t time_low
uint16_t time_mid
uint16_t time_hi_and_version
uint8_t clock_seq_hi_and_reserved
uint8_t clock_seq_low
uint8_t[6] node