#[repr(C)]pub struct VkPerformanceQuerySubmitInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub counterPassIndex: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§counterPassIndex: u32
Trait Implementations§
Source§impl Clone for VkPerformanceQuerySubmitInfoKHR
impl Clone for VkPerformanceQuerySubmitInfoKHR
Source§fn clone(&self) -> VkPerformanceQuerySubmitInfoKHR
fn clone(&self) -> VkPerformanceQuerySubmitInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPerformanceQuerySubmitInfoKHR
Auto Trait Implementations§
impl Freeze for VkPerformanceQuerySubmitInfoKHR
impl RefUnwindSafe for VkPerformanceQuerySubmitInfoKHR
impl !Send for VkPerformanceQuerySubmitInfoKHR
impl !Sync for VkPerformanceQuerySubmitInfoKHR
impl Unpin for VkPerformanceQuerySubmitInfoKHR
impl UnwindSafe for VkPerformanceQuerySubmitInfoKHR
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