Type Alias ash::vk::DeviceQueueGlobalPriorityCreateInfoEXT
source · pub type DeviceQueueGlobalPriorityCreateInfoEXT = DeviceQueueGlobalPriorityCreateInfoKHR;
Aliased Type§
struct DeviceQueueGlobalPriorityCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub global_priority: QueueGlobalPriorityKHR,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§global_priority: QueueGlobalPriorityKHR
Implementations
source§impl DeviceQueueGlobalPriorityCreateInfoKHR
impl DeviceQueueGlobalPriorityCreateInfoKHR
pub fn builder<'a>() -> DeviceQueueGlobalPriorityCreateInfoKHRBuilder<'a>
Trait Implementations
impl ExtendsDeviceQueueCreateInfo for DeviceQueueGlobalPriorityCreateInfoKHR
source§impl TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR
impl TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR
impl Copy for DeviceQueueGlobalPriorityCreateInfoKHR
source§impl Clone for DeviceQueueGlobalPriorityCreateInfoKHR
impl Clone for DeviceQueueGlobalPriorityCreateInfoKHR
source§fn clone(&self) -> DeviceQueueGlobalPriorityCreateInfoKHR
fn clone(&self) -> DeviceQueueGlobalPriorityCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more