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) -> ResultImplementations
Trait Implementations
sourceimpl Clone for IntelPerformanceQueryFn
impl Clone for IntelPerformanceQueryFn
sourcefn clone(&self) -> IntelPerformanceQueryFn
fn clone(&self) -> IntelPerformanceQueryFn
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more