Struct ash::vk::PipelineCacheCreateFlags  
source · #[repr(transparent)]pub struct PipelineCacheCreateFlags(_);Expand description
Implementations§
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
Generated from ‘VK_GOOGLE_extension_196’
pub const RESERVED_1_EXT: Self = _
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
Generated from ‘VK_EXT_pipeline_creation_cache_control’
pub const EXTERNALLY_SYNCHRONIZED_EXT: Self = Self::EXTERNALLY_SYNCHRONIZED
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
Generated from ‘VK_KHR_extension_299’
pub const RESERVED_1_KHR: Self = Self::RESERVED_1_EXT
pub const RESERVED_2_KHR: Self = _
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const EXTERNALLY_SYNCHRONIZED: Self = _
Trait Implementations§
source§impl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
 
impl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
 
impl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
 
impl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for PipelineCacheCreateFlags
 
impl Clone for PipelineCacheCreateFlags
source§fn clone(&self) -> PipelineCacheCreateFlags
 
fn clone(&self) -> PipelineCacheCreateFlags
Returns a copy 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 Debug for PipelineCacheCreateFlags
 
impl Debug for PipelineCacheCreateFlags
source§impl Default for PipelineCacheCreateFlags
 
impl Default for PipelineCacheCreateFlags
source§impl Hash for PipelineCacheCreateFlags
 
impl Hash for PipelineCacheCreateFlags
source§impl Not for PipelineCacheCreateFlags
 
impl Not for PipelineCacheCreateFlags
source§impl Ord for PipelineCacheCreateFlags
 
impl Ord for PipelineCacheCreateFlags
source§fn cmp(&self, other: &PipelineCacheCreateFlags) -> Ordering
 
fn cmp(&self, other: &PipelineCacheCreateFlags) -> Ordering
1.21.0 · 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 PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
 
impl PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn eq(&self, other: &PipelineCacheCreateFlags) -> bool
 
fn eq(&self, other: &PipelineCacheCreateFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
 
impl PartialOrd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn partial_cmp(&self, other: &PipelineCacheCreateFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &PipelineCacheCreateFlags) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read more