#[repr(transparent)]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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl Ord for PipelineCacheCreateFlags
impl Ord for PipelineCacheCreateFlags
sourceimpl PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
impl PartialEq<PipelineCacheCreateFlags> for PipelineCacheCreateFlags
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PipelineCacheCreateFlags) -> bool
fn ne(&self, other: &PipelineCacheCreateFlags) -> bool
This method tests for !=.
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>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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