#[repr(C)]pub struct QueryPoolPerformanceCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub queue_family_index: u32,
pub counter_index_count: u32,
pub counter_indices: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidqueue_family_index: u32counter_index_count: u32counter_indices: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for QueryPoolPerformanceCreateInfoKHR
impl !Sync for QueryPoolPerformanceCreateInfoKHR
impl Unpin for QueryPoolPerformanceCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more