pub struct IntelPerformanceQueryFn {
    pub initialize_performance_api_intel: unsafe extern "system" fn(Device, *const InitializePerformanceApiInfoINTEL) -> Result,
    pub uninitialize_performance_api_intel: unsafe extern "system" fn(Device),
    pub cmd_set_performance_marker_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceMarkerInfoINTEL) -> Result,
    pub cmd_set_performance_stream_marker_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceStreamMarkerInfoINTEL) -> Result,
    pub cmd_set_performance_override_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceOverrideInfoINTEL) -> Result,
    pub acquire_performance_configuration_intel: unsafe extern "system" fn(Device, *const PerformanceConfigurationAcquireInfoINTEL, *mut PerformanceConfigurationINTEL) -> Result,
    pub release_performance_configuration_intel: unsafe extern "system" fn(Device, PerformanceConfigurationINTEL) -> Result,
    pub queue_set_performance_configuration_intel: unsafe extern "system" fn(Queue, PerformanceConfigurationINTEL) -> Result,
    pub get_performance_parameter_intel: unsafe extern "system" fn(Device, PerformanceParameterTypeINTEL, *mut PerformanceValueINTEL) -> Result,
}

Fields

initialize_performance_api_intel: unsafe extern "system" fn(Device, *const InitializePerformanceApiInfoINTEL) -> Resultuninitialize_performance_api_intel: unsafe extern "system" fn(Device)cmd_set_performance_marker_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceMarkerInfoINTEL) -> Resultcmd_set_performance_stream_marker_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceStreamMarkerInfoINTEL) -> Resultcmd_set_performance_override_intel: unsafe extern "system" fn(CommandBuffer, *const PerformanceOverrideInfoINTEL) -> Resultacquire_performance_configuration_intel: unsafe extern "system" fn(Device, *const PerformanceConfigurationAcquireInfoINTEL, *mut PerformanceConfigurationINTEL) -> Resultrelease_performance_configuration_intel: unsafe extern "system" fn(Device, PerformanceConfigurationINTEL) -> Resultqueue_set_performance_configuration_intel: unsafe extern "system" fn(Queue, PerformanceConfigurationINTEL) -> Resultget_performance_parameter_intel: unsafe extern "system" fn(Device, PerformanceParameterTypeINTEL, *mut PerformanceValueINTEL) -> Result

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.