#[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: StructureTypep_next: *const c_voidqueue_family_index: u32counter_index_count: u32p_counter_indices: *const u32Implementations
sourceimpl QueryPoolPerformanceCreateInfoKHR
impl QueryPoolPerformanceCreateInfoKHR
pub fn builder<'a>() -> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for QueryPoolPerformanceCreateInfoKHR
impl Clone for QueryPoolPerformanceCreateInfoKHR
sourcefn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
fn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for QueryPoolPerformanceCreateInfoKHR
impl Default for QueryPoolPerformanceCreateInfoKHR
sourcefn default() -> QueryPoolPerformanceCreateInfoKHR
fn default() -> QueryPoolPerformanceCreateInfoKHR
Returns the “default value” for a type. Read more
impl Copy for QueryPoolPerformanceCreateInfoKHR
impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceCreateInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for QueryPoolPerformanceCreateInfoKHR
impl !Send for QueryPoolPerformanceCreateInfoKHR
impl !Sync for QueryPoolPerformanceCreateInfoKHR
impl Unpin for QueryPoolPerformanceCreateInfoKHR
impl UnwindSafe for QueryPoolPerformanceCreateInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more