#[repr(C)]pub struct PerformanceQuerySubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub counter_pass_index: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidcounter_pass_index: u32Implementations
sourceimpl PerformanceQuerySubmitInfoKHR
impl PerformanceQuerySubmitInfoKHR
pub fn builder<'a>() -> PerformanceQuerySubmitInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for PerformanceQuerySubmitInfoKHR
impl Clone for PerformanceQuerySubmitInfoKHR
sourcefn clone(&self) -> PerformanceQuerySubmitInfoKHR
fn clone(&self) -> PerformanceQuerySubmitInfoKHR
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 Debug for PerformanceQuerySubmitInfoKHR
impl Debug for PerformanceQuerySubmitInfoKHR
sourceimpl Default for PerformanceQuerySubmitInfoKHR
impl Default for PerformanceQuerySubmitInfoKHR
sourcefn default() -> PerformanceQuerySubmitInfoKHR
fn default() -> PerformanceQuerySubmitInfoKHR
Returns the “default value” for a type. Read more
impl Copy for PerformanceQuerySubmitInfoKHR
impl ExtendsSubmitInfo for PerformanceQuerySubmitInfoKHR
impl ExtendsSubmitInfo2 for PerformanceQuerySubmitInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for PerformanceQuerySubmitInfoKHR
impl !Send for PerformanceQuerySubmitInfoKHR
impl !Sync for PerformanceQuerySubmitInfoKHR
impl Unpin for PerformanceQuerySubmitInfoKHR
impl UnwindSafe for PerformanceQuerySubmitInfoKHR
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