Type Alias SET_PARTITION_INFORMATION_GPT

Source
pub type SET_PARTITION_INFORMATION_GPT = PARTITION_INFORMATION_GPT;

Aliased Type§

struct SET_PARTITION_INFORMATION_GPT {
    pub PartitionType: _GUID,
    pub PartitionId: _GUID,
    pub Attributes: u64,
    pub Name: [u16; 36],
}

Fields§

§PartitionType: _GUID§PartitionId: _GUID§Attributes: u64§Name: [u16; 36]