#[repr(C)]pub enum VkPipelineCacheHeaderVersion {
VK_PIPELINE_CACHE_HEADER_VERSION_ONE = 1,
VK_PIPELINE_CACHE_HEADER_VERSION_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkPipelineCacheHeaderVersion from VK_VERSION_1_0
Variants§
Trait Implementations§
Source§impl Clone for VkPipelineCacheHeaderVersion
impl Clone for VkPipelineCacheHeaderVersion
Source§fn clone(&self) -> VkPipelineCacheHeaderVersion
fn clone(&self) -> VkPipelineCacheHeaderVersion
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 VkPipelineCacheHeaderVersion
Source§impl Debug for VkPipelineCacheHeaderVersion
impl Debug for VkPipelineCacheHeaderVersion
impl Eq for VkPipelineCacheHeaderVersion
Source§impl Hash for VkPipelineCacheHeaderVersion
impl Hash for VkPipelineCacheHeaderVersion
Source§impl Ord for VkPipelineCacheHeaderVersion
impl Ord for VkPipelineCacheHeaderVersion
Source§fn cmp(&self, other: &VkPipelineCacheHeaderVersion) -> Ordering
fn cmp(&self, other: &VkPipelineCacheHeaderVersion) -> 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 VkPipelineCacheHeaderVersion
impl PartialOrd for VkPipelineCacheHeaderVersion
impl StructuralPartialEq for VkPipelineCacheHeaderVersion
Auto Trait Implementations§
impl Freeze for VkPipelineCacheHeaderVersion
impl RefUnwindSafe for VkPipelineCacheHeaderVersion
impl Send for VkPipelineCacheHeaderVersion
impl Sync for VkPipelineCacheHeaderVersion
impl Unpin for VkPipelineCacheHeaderVersion
impl UnsafeUnpin for VkPipelineCacheHeaderVersion
impl UnwindSafe for VkPipelineCacheHeaderVersion
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