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 moresource§impl TaggedStructure for QueueFamilyGlobalPriorityPropertiesKHR
impl TaggedStructure for QueueFamilyGlobalPriorityPropertiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_KHR
impl Copy for QueueFamilyGlobalPriorityPropertiesKHR
impl ExtendsQueueFamilyProperties2 for QueueFamilyGlobalPriorityPropertiesKHR
Auto Trait Implementations§
impl Freeze for QueueFamilyGlobalPriorityPropertiesKHR
impl RefUnwindSafe for QueueFamilyGlobalPriorityPropertiesKHR
impl !Send for QueueFamilyGlobalPriorityPropertiesKHR
impl !Sync for QueueFamilyGlobalPriorityPropertiesKHR
impl Unpin for QueueFamilyGlobalPriorityPropertiesKHR
impl UnwindSafe for QueueFamilyGlobalPriorityPropertiesKHR
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