#[repr(C)]pub enum VkPipelineExecutableStatisticFormatKHR {
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR = 0,
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR = 1,
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR = 2,
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR = 3,
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_MAX_ENUM_KHR = 2_147_483_647,
}Expand description
enum VkPipelineExecutableStatisticFormatKHR from VK_KHR_pipeline_executable_properties
Variants§
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR = 0
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR = 1
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR = 2
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR = 3
VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_MAX_ENUM_KHR = 2_147_483_647
Trait Implementations§
Source§impl Clone for VkPipelineExecutableStatisticFormatKHR
impl Clone for VkPipelineExecutableStatisticFormatKHR
Source§fn clone(&self) -> VkPipelineExecutableStatisticFormatKHR
fn clone(&self) -> VkPipelineExecutableStatisticFormatKHR
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 PartialEq for VkPipelineExecutableStatisticFormatKHR
impl PartialEq for VkPipelineExecutableStatisticFormatKHR
Source§fn eq(&self, other: &VkPipelineExecutableStatisticFormatKHR) -> bool
fn eq(&self, other: &VkPipelineExecutableStatisticFormatKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VkPipelineExecutableStatisticFormatKHR
impl StructuralPartialEq for VkPipelineExecutableStatisticFormatKHR
Auto Trait Implementations§
impl Freeze for VkPipelineExecutableStatisticFormatKHR
impl RefUnwindSafe for VkPipelineExecutableStatisticFormatKHR
impl Send for VkPipelineExecutableStatisticFormatKHR
impl Sync for VkPipelineExecutableStatisticFormatKHR
impl Unpin for VkPipelineExecutableStatisticFormatKHR
impl UnwindSafe for VkPipelineExecutableStatisticFormatKHR
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