Struct ash::vk::definitions::PerformanceQuerySubmitInfoKHR
source · #[repr(C)]pub struct PerformanceQuerySubmitInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub counter_pass_index: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§counter_pass_index: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PerformanceQuerySubmitInfoKHR<'a>
impl<'a> PerformanceQuerySubmitInfoKHR<'a>
pub fn counter_pass_index(self, counter_pass_index: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> Clone for PerformanceQuerySubmitInfoKHR<'a>
source§fn clone(&self) -> PerformanceQuerySubmitInfoKHR<'a>
fn clone(&self) -> PerformanceQuerySubmitInfoKHR<'a>
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<'a> Debug for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> Debug for PerformanceQuerySubmitInfoKHR<'a>
source§impl Default for PerformanceQuerySubmitInfoKHR<'_>
impl Default for PerformanceQuerySubmitInfoKHR<'_>
source§impl<'a> TaggedStructure for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> TaggedStructure for PerformanceQuerySubmitInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PERFORMANCE_QUERY_SUBMIT_INFO_KHR
impl<'a> Copy for PerformanceQuerySubmitInfoKHR<'a>
impl ExtendsSubmitInfo for PerformanceQuerySubmitInfoKHR<'_>
impl ExtendsSubmitInfo2 for PerformanceQuerySubmitInfoKHR<'_>
impl Send for PerformanceQuerySubmitInfoKHR<'_>
impl Sync for PerformanceQuerySubmitInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> RefUnwindSafe for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> Unpin for PerformanceQuerySubmitInfoKHR<'a>
impl<'a> UnwindSafe for PerformanceQuerySubmitInfoKHR<'a>
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