Struct screen_13::prelude::vk::PipelineCacheCreateFlags
source · pub struct PipelineCacheCreateFlags(_);Expand description
Implementations§
source§impl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
pub const fn empty() -> PipelineCacheCreateFlags
pub const fn from_raw(x: u32) -> PipelineCacheCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: PipelineCacheCreateFlags) -> bool
sourcepub const fn contains(self, other: PipelineCacheCreateFlags) -> bool
pub const fn contains(self, other: PipelineCacheCreateFlags) -> bool
Returns whether other is a subset of self
source§impl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_GOOGLE_extension_196’
pub const RESERVED_1_EXT: PipelineCacheCreateFlags = Self(2)
source§impl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_EXT_pipeline_creation_cache_control’
pub const EXTERNALLY_SYNCHRONIZED_EXT: PipelineCacheCreateFlags = Self::EXTERNALLY_SYNCHRONIZED
source§impl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_KHR_extension_299’
pub const RESERVED_1_KHR: PipelineCacheCreateFlags = Self::RESERVED_1_EXT
pub const RESERVED_2_KHR: PipelineCacheCreateFlags = Self(4)
source§impl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const EXTERNALLY_SYNCHRONIZED: PipelineCacheCreateFlags = Self(1)
Trait Implementations§
source§impl BitAnd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitAnd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
§type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
& operator.source§fn bitand(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitand(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
& operation. Read moresource§impl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitand_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineCacheCreateFlags)
Performs the
&= operation. Read moresource§impl BitOr<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitOr<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
§type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
| operator.source§fn bitor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
| operation. Read moresource§impl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitor_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineCacheCreateFlags)
Performs the
|= operation. Read moresource§impl BitXor<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitXor<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
§type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitxor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
^ operation. Read moresource§impl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
source§fn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlags)
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§fn default() -> PipelineCacheCreateFlags
fn default() -> PipelineCacheCreateFlags
Returns the “default value” for a type. Read more
source§impl Hash for PipelineCacheCreateFlags
impl Hash for PipelineCacheCreateFlags
source§impl Not for PipelineCacheCreateFlags
impl Not for PipelineCacheCreateFlags
§type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
! operator.source§fn not(self) -> PipelineCacheCreateFlags
fn not(self) -> PipelineCacheCreateFlags
Performs the unary
! operation. Read moresource§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