ash::vk

Type Alias DeviceQueueGlobalPriorityCreateInfoEXT

Source
pub type DeviceQueueGlobalPriorityCreateInfoEXT<'a> = DeviceQueueGlobalPriorityCreateInfoKHR<'a>;

Aliased Type§

struct DeviceQueueGlobalPriorityCreateInfoEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub global_priority: QueueGlobalPriorityKHR,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§global_priority: QueueGlobalPriorityKHR§_marker: PhantomData<&'a ()>

Implementations

Trait Implementations

Source§

impl<'a> Clone for DeviceQueueGlobalPriorityCreateInfoKHR<'a>

Source§

fn clone(&self) -> DeviceQueueGlobalPriorityCreateInfoKHR<'a>

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
Source§

impl<'a> Debug for DeviceQueueGlobalPriorityCreateInfoKHR<'a>

Source§

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

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

impl Default for DeviceQueueGlobalPriorityCreateInfoKHR<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR

Source§

impl<'a> Copy for DeviceQueueGlobalPriorityCreateInfoKHR<'a>

Source§

impl ExtendsDeviceQueueCreateInfo for DeviceQueueGlobalPriorityCreateInfoKHR<'_>

Source§

impl Send for DeviceQueueGlobalPriorityCreateInfoKHR<'_>

Source§

impl Sync for DeviceQueueGlobalPriorityCreateInfoKHR<'_>