Struct ash::vk::IntelPerformanceQueryFn[][src]

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_vkInitializePerformanceApiINTELuninitialize_performance_api_intel: PFN_vkUninitializePerformanceApiINTELcmd_set_performance_marker_intel: PFN_vkCmdSetPerformanceMarkerINTELcmd_set_performance_stream_marker_intel: PFN_vkCmdSetPerformanceStreamMarkerINTELcmd_set_performance_override_intel: PFN_vkCmdSetPerformanceOverrideINTELacquire_performance_configuration_intel: PFN_vkAcquirePerformanceConfigurationINTELrelease_performance_configuration_intel: PFN_vkReleasePerformanceConfigurationINTELqueue_set_performance_configuration_intel: PFN_vkQueueSetPerformanceConfigurationINTELget_performance_parameter_intel: PFN_vkGetPerformanceParameterINTEL

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.