#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPipelineExecutableStatisticFormatKHR
impl Eq for VkPipelineExecutableStatisticFormatKHR
Source§impl Ord for VkPipelineExecutableStatisticFormatKHR
impl Ord for VkPipelineExecutableStatisticFormatKHR
Source§fn cmp(&self, other: &VkPipelineExecutableStatisticFormatKHR) -> Ordering
fn cmp(&self, other: &VkPipelineExecutableStatisticFormatKHR) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VkPipelineExecutableStatisticFormatKHR
impl PartialOrd 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 UnsafeUnpin 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