Skip to main content

Guid

Type Alias Guid 

Source
pub type Guid = Uuid;
Expand description

Volume / partition GUID. Stored as a 16-byte UUID.

NOTE: GPT partition GUIDs and UEFI EFI_GUID use a mixed-endian layout for the first three fields. Conversions to/from uefi::Guid must account for this; see guid_from_windows_bytes.

Aliased Typeยง

pub struct Guid(/* private fields */);