pub struct PipelineCacheCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineCacheCreateFlagBits
impl PipelineCacheCreateFlagBits
Sourcepub const EXTERNALLY_SYNCHRONIZED: Self
pub const EXTERNALLY_SYNCHRONIZED: Self
Bit 0.
Sourcepub const USE_APPLICATION_STORAGE: Self
pub const USE_APPLICATION_STORAGE: Self
Bit 2.
Sourcepub const INTERNALLY_SYNCHRONIZED_MERGE: Self
pub const INTERNALLY_SYNCHRONIZED_MERGE: Self
Bit 3.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for PipelineCacheCreateFlagBits
impl BitAnd for PipelineCacheCreateFlagBits
Source§impl BitAndAssign for PipelineCacheCreateFlagBits
impl BitAndAssign for PipelineCacheCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PipelineCacheCreateFlagBits
impl BitOr for PipelineCacheCreateFlagBits
Source§impl BitOrAssign for PipelineCacheCreateFlagBits
impl BitOrAssign for PipelineCacheCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for PipelineCacheCreateFlagBits
impl BitXor for PipelineCacheCreateFlagBits
Source§impl BitXorAssign for PipelineCacheCreateFlagBits
impl BitXorAssign for PipelineCacheCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PipelineCacheCreateFlagBits
impl Clone for PipelineCacheCreateFlagBits
Source§fn clone(&self) -> PipelineCacheCreateFlagBits
fn clone(&self) -> PipelineCacheCreateFlagBits
Returns a duplicate 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 PipelineCacheCreateFlagBits
impl Debug for PipelineCacheCreateFlagBits
Source§impl Default for PipelineCacheCreateFlagBits
impl Default for PipelineCacheCreateFlagBits
Source§fn default() -> PipelineCacheCreateFlagBits
fn default() -> PipelineCacheCreateFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for PipelineCacheCreateFlagBits
impl Hash for PipelineCacheCreateFlagBits
Source§impl Not for PipelineCacheCreateFlagBits
impl Not for PipelineCacheCreateFlagBits
Source§impl Ord for PipelineCacheCreateFlagBits
impl Ord for PipelineCacheCreateFlagBits
Source§fn cmp(&self, other: &PipelineCacheCreateFlagBits) -> Ordering
fn cmp(&self, other: &PipelineCacheCreateFlagBits) -> 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 PartialOrd for PipelineCacheCreateFlagBits
impl PartialOrd for PipelineCacheCreateFlagBits
impl Copy for PipelineCacheCreateFlagBits
impl Eq for PipelineCacheCreateFlagBits
impl StructuralPartialEq for PipelineCacheCreateFlagBits
Auto Trait Implementations§
impl Freeze for PipelineCacheCreateFlagBits
impl RefUnwindSafe for PipelineCacheCreateFlagBits
impl Send for PipelineCacheCreateFlagBits
impl Sync for PipelineCacheCreateFlagBits
impl Unpin for PipelineCacheCreateFlagBits
impl UnsafeUnpin for PipelineCacheCreateFlagBits
impl UnwindSafe for PipelineCacheCreateFlagBits
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