Struct ash::vk::PipelineCacheCreateFlags  
source · pub struct PipelineCacheCreateFlags(/* private fields */);Expand description
Implementations§
source§impl PipelineCacheCreateFlags
 
impl PipelineCacheCreateFlags
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_VERSION_1_3’
pub const EXTERNALLY_SYNCHRONIZED: Self = _
Trait Implementations§
source§impl BitAnd for PipelineCacheCreateFlags
 
impl BitAnd for PipelineCacheCreateFlags
source§impl BitAndAssign for PipelineCacheCreateFlags
 
impl BitAndAssign for PipelineCacheCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr for PipelineCacheCreateFlags
 
impl BitOr for PipelineCacheCreateFlags
source§impl BitOrAssign for PipelineCacheCreateFlags
 
impl BitOrAssign for PipelineCacheCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXor for PipelineCacheCreateFlags
 
impl BitXor for PipelineCacheCreateFlags
source§impl BitXorAssign for PipelineCacheCreateFlags
 
impl BitXorAssign 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 for PipelineCacheCreateFlags
 
impl PartialEq for PipelineCacheCreateFlags
source§impl PartialOrd for PipelineCacheCreateFlags
 
impl PartialOrd for PipelineCacheCreateFlags
impl Copy for PipelineCacheCreateFlags
impl Eq for PipelineCacheCreateFlags
impl StructuralPartialEq for PipelineCacheCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineCacheCreateFlags
impl RefUnwindSafe for PipelineCacheCreateFlags
impl Send for PipelineCacheCreateFlags
impl Sync for PipelineCacheCreateFlags
impl Unpin for PipelineCacheCreateFlags
impl UnwindSafe for PipelineCacheCreateFlags
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)