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

Trait Implementations

source§

impl Debug for DeviceQueueGlobalPriorityCreateInfoKHR

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExtendsDeviceQueueCreateInfo for DeviceQueueGlobalPriorityCreateInfoKHR

source§

impl Default for DeviceQueueGlobalPriorityCreateInfoKHR

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR

source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR

source§

impl Copy for DeviceQueueGlobalPriorityCreateInfoKHR

source§

impl Clone for DeviceQueueGlobalPriorityCreateInfoKHR

source§

fn clone(&self) -> DeviceQueueGlobalPriorityCreateInfoKHR

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more