Type Alias QueueFamilyProperties2KHR

Source
pub type QueueFamilyProperties2KHR = QueueFamilyProperties2;

Aliased Type§

#[repr(C)]
pub struct QueueFamilyProperties2KHR { pub s_type: StructureType, pub p_next: *mut c_void, pub queue_family_properties: QueueFamilyProperties, }

Fields§

§s_type: StructureType§p_next: *mut c_void§queue_family_properties: QueueFamilyProperties