Struct ash::vk::QueryPoolPerformanceCreateInfoKHR
source · #[repr(C)]pub struct QueryPoolPerformanceCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue_family_index: u32,
pub counter_index_count: u32,
pub p_counter_indices: *const u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§queue_family_index: u32
§counter_index_count: u32
§p_counter_indices: *const u32
Implementations§
source§impl QueryPoolPerformanceCreateInfoKHR
impl QueryPoolPerformanceCreateInfoKHR
pub fn builder<'a>() -> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for QueryPoolPerformanceCreateInfoKHR
impl Clone for QueryPoolPerformanceCreateInfoKHR
source§fn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
fn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
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 QueryPoolPerformanceCreateInfoKHR
impl TaggedStructure for QueryPoolPerformanceCreateInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_CREATE_INFO_KHR
impl Copy for QueryPoolPerformanceCreateInfoKHR
impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceCreateInfoKHR
Auto Trait Implementations§
impl Freeze for QueryPoolPerformanceCreateInfoKHR
impl RefUnwindSafe for QueryPoolPerformanceCreateInfoKHR
impl !Send for QueryPoolPerformanceCreateInfoKHR
impl !Sync for QueryPoolPerformanceCreateInfoKHR
impl Unpin for QueryPoolPerformanceCreateInfoKHR
impl UnwindSafe for QueryPoolPerformanceCreateInfoKHR
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