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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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)

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.