#[repr(i32)]pub enum VkPerformanceConfigurationType {
CommandQueueMetricsDiscoveryActivated = 0,
}Expand description
Wrapper for VkPerformanceConfigurationTypeINTEL.
Variants§
CommandQueueMetricsDiscoveryActivated = 0
Trait Implementations§
Source§impl Clone for VkPerformanceConfigurationType
impl Clone for VkPerformanceConfigurationType
Source§fn clone(&self) -> VkPerformanceConfigurationType
fn clone(&self) -> VkPerformanceConfigurationType
Returns a duplicate 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 moreSource§impl Default for VkPerformanceConfigurationType
impl Default for VkPerformanceConfigurationType
Source§fn default() -> VkPerformanceConfigurationType
fn default() -> VkPerformanceConfigurationType
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkPerformanceConfigurationType
impl PartialEq for VkPerformanceConfigurationType
Source§fn eq(&self, other: &VkPerformanceConfigurationType) -> bool
fn eq(&self, other: &VkPerformanceConfigurationType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VkPerformanceConfigurationType
impl StructuralPartialEq for VkPerformanceConfigurationType
Auto Trait Implementations§
impl Freeze for VkPerformanceConfigurationType
impl RefUnwindSafe for VkPerformanceConfigurationType
impl Send for VkPerformanceConfigurationType
impl Sync for VkPerformanceConfigurationType
impl Unpin for VkPerformanceConfigurationType
impl UnwindSafe for VkPerformanceConfigurationType
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