Struct screen_13::prelude::vk::PipelineCacheCreateFlags
source · pub struct PipelineCacheCreateFlags(_);Expand description
Implementations
sourceimpl 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
sourceimpl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_GOOGLE_extension_196’
pub const RESERVED_1_EXT: PipelineCacheCreateFlags = Self(2)
sourceimpl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_EXT_pipeline_creation_cache_control’
pub const EXTERNALLY_SYNCHRONIZED_EXT: PipelineCacheCreateFlags = Self::EXTERNALLY_SYNCHRONIZED
sourceimpl 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)
sourceimpl PipelineCacheCreateFlags
impl PipelineCacheCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const EXTERNALLY_SYNCHRONIZED: PipelineCacheCreateFlags = Self(1)
Trait Implementations
sourceimpl BitAnd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitAnd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
& operator.sourcefn bitand(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitand(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
& operation. Read moresourceimpl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitAndAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn bitand_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineCacheCreateFlags)
Performs the
&= operation. Read moresourceimpl BitOr<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitOr<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
| operator.sourcefn bitor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
| operation. Read moresourceimpl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitOrAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn bitor_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineCacheCreateFlags)
Performs the
|= operation. Read moresourceimpl BitXor<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitXor<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
^ operator.sourcefn bitxor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
fn bitxor(self, rhs: PipelineCacheCreateFlags) -> PipelineCacheCreateFlags
Performs the
^ operation. Read moresourceimpl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl BitXorAssign<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlags)
Performs the
^= operation. Read moresourceimpl Clone for PipelineCacheCreateFlags
impl Clone for PipelineCacheCreateFlags
sourcefn clone(&self) -> PipelineCacheCreateFlags
fn clone(&self) -> PipelineCacheCreateFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PipelineCacheCreateFlags
impl Debug for PipelineCacheCreateFlags
sourceimpl Default for PipelineCacheCreateFlags
impl Default for PipelineCacheCreateFlags
sourcefn default() -> PipelineCacheCreateFlags
fn default() -> PipelineCacheCreateFlags
Returns the “default value” for a type. Read more
sourceimpl Hash for PipelineCacheCreateFlags
impl Hash for PipelineCacheCreateFlags
sourceimpl Not for PipelineCacheCreateFlags
impl Not for PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
type Output = PipelineCacheCreateFlags
The resulting type after applying the
! operator.sourcefn not(self) -> PipelineCacheCreateFlags
fn not(self) -> PipelineCacheCreateFlags
Performs the unary
! operation. Read moresourceimpl Ord for PipelineCacheCreateFlags
impl Ord for PipelineCacheCreateFlags
sourcefn cmp(&self, other: &PipelineCacheCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineCacheCreateFlags) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn eq(&self, other: &PipelineCacheCreateFlags) -> bool
fn eq(&self, other: &PipelineCacheCreateFlags) -> bool
sourceimpl PartialOrd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl PartialOrd<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn partial_cmp(&self, other: &PipelineCacheCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &PipelineCacheCreateFlags) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Copy for PipelineCacheCreateFlags
impl Eq for PipelineCacheCreateFlags
impl StructuralEq for PipelineCacheCreateFlags
impl StructuralPartialEq for PipelineCacheCreateFlags
Auto Trait Implementations
impl RefUnwindSafe for PipelineCacheCreateFlags
impl Send for PipelineCacheCreateFlags
impl Sync for PipelineCacheCreateFlags
impl Unpin for PipelineCacheCreateFlags
impl UnwindSafe for PipelineCacheCreateFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more