Struct ash::vk::IntelPerformanceQueryFn
source · pub struct IntelPerformanceQueryFn {
pub initialize_performance_api_intel: PFN_vkInitializePerformanceApiINTEL,
pub uninitialize_performance_api_intel: PFN_vkUninitializePerformanceApiINTEL,
pub cmd_set_performance_marker_intel: PFN_vkCmdSetPerformanceMarkerINTEL,
pub cmd_set_performance_stream_marker_intel: PFN_vkCmdSetPerformanceStreamMarkerINTEL,
pub cmd_set_performance_override_intel: PFN_vkCmdSetPerformanceOverrideINTEL,
pub acquire_performance_configuration_intel: PFN_vkAcquirePerformanceConfigurationINTEL,
pub release_performance_configuration_intel: PFN_vkReleasePerformanceConfigurationINTEL,
pub queue_set_performance_configuration_intel: PFN_vkQueueSetPerformanceConfigurationINTEL,
pub get_performance_parameter_intel: PFN_vkGetPerformanceParameterINTEL,
}
Fields§
§initialize_performance_api_intel: PFN_vkInitializePerformanceApiINTEL
§uninitialize_performance_api_intel: PFN_vkUninitializePerformanceApiINTEL
§cmd_set_performance_marker_intel: PFN_vkCmdSetPerformanceMarkerINTEL
§cmd_set_performance_stream_marker_intel: PFN_vkCmdSetPerformanceStreamMarkerINTEL
§cmd_set_performance_override_intel: PFN_vkCmdSetPerformanceOverrideINTEL
§acquire_performance_configuration_intel: PFN_vkAcquirePerformanceConfigurationINTEL
§release_performance_configuration_intel: PFN_vkReleasePerformanceConfigurationINTEL
§queue_set_performance_configuration_intel: PFN_vkQueueSetPerformanceConfigurationINTEL
§get_performance_parameter_intel: PFN_vkGetPerformanceParameterINTEL
Implementations§
Trait Implementations§
source§impl Clone for IntelPerformanceQueryFn
impl Clone for IntelPerformanceQueryFn
source§fn clone(&self) -> IntelPerformanceQueryFn
fn clone(&self) -> IntelPerformanceQueryFn
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 moreimpl Send for IntelPerformanceQueryFn
impl Sync for IntelPerformanceQueryFn
Auto Trait Implementations§
impl RefUnwindSafe for IntelPerformanceQueryFn
impl Unpin for IntelPerformanceQueryFn
impl UnwindSafe for IntelPerformanceQueryFn
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