pub type PrivateDataSlotCreateInfoEXT = PrivateDataSlotCreateInfo;
Expand description

Aliased Type§

struct PrivateDataSlotCreateInfoEXT {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: PrivateDataSlotCreateFlags,
}

Fields§

§s_type: StructureType§next: *const c_void§flags: PrivateDataSlotCreateFlags