Struct ash::vk::DeviceQueueGlobalPriorityCreateInfoKHR
source · #[repr(C)]pub struct DeviceQueueGlobalPriorityCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub global_priority: QueueGlobalPriorityKHR,
}
Expand description
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§
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 moresource§impl TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR
impl TaggedStructure for DeviceQueueGlobalPriorityCreateInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_KHR
impl Copy for DeviceQueueGlobalPriorityCreateInfoKHR
impl ExtendsDeviceQueueCreateInfo for DeviceQueueGlobalPriorityCreateInfoKHR
Auto Trait Implementations§
impl Freeze for DeviceQueueGlobalPriorityCreateInfoKHR
impl RefUnwindSafe for DeviceQueueGlobalPriorityCreateInfoKHR
impl !Send for DeviceQueueGlobalPriorityCreateInfoKHR
impl !Sync for DeviceQueueGlobalPriorityCreateInfoKHR
impl Unpin for DeviceQueueGlobalPriorityCreateInfoKHR
impl UnwindSafe for DeviceQueueGlobalPriorityCreateInfoKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more