Struct ash::vk::QueueFamilyGlobalPriorityPropertiesKHR
source · #[repr(C)]pub struct QueueFamilyGlobalPriorityPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub priority_count: u32,
pub priorities: [QueueGlobalPriorityKHR; 16],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§priority_count: u32
§priorities: [QueueGlobalPriorityKHR; 16]
Implementations§
source§impl QueueFamilyGlobalPriorityPropertiesKHR
impl QueueFamilyGlobalPriorityPropertiesKHR
pub fn builder<'a>() -> QueueFamilyGlobalPriorityPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for QueueFamilyGlobalPriorityPropertiesKHR
impl Clone for QueueFamilyGlobalPriorityPropertiesKHR
source§fn clone(&self) -> QueueFamilyGlobalPriorityPropertiesKHR
fn clone(&self) -> QueueFamilyGlobalPriorityPropertiesKHR
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