pub struct PipelineCacheCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineCacheCreateFlagBits
impl PipelineCacheCreateFlagBits
Sourcepub const EXTERNALLY_SYNCHRONIZED: PipelineCacheCreateFlagBits
pub const EXTERNALLY_SYNCHRONIZED: PipelineCacheCreateFlagBits
Bit 0.
Sourcepub const READ_ONLY: PipelineCacheCreateFlagBits
pub const READ_ONLY: PipelineCacheCreateFlagBits
Bit 1.
Sourcepub const USE_APPLICATION_STORAGE: PipelineCacheCreateFlagBits
pub const USE_APPLICATION_STORAGE: PipelineCacheCreateFlagBits
Bit 2.
Sourcepub const INTERNALLY_SYNCHRONIZED_MERGE: PipelineCacheCreateFlagBits
pub const INTERNALLY_SYNCHRONIZED_MERGE: PipelineCacheCreateFlagBits
Bit 3.
pub const fn empty() -> PipelineCacheCreateFlagBits
pub const fn from_raw(value: u32) -> PipelineCacheCreateFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: PipelineCacheCreateFlagBits) -> bool
pub const fn all() -> PipelineCacheCreateFlagBits
Trait Implementations§
Source§impl BitAnd for PipelineCacheCreateFlagBits
impl BitAnd for PipelineCacheCreateFlagBits
Source§type Output = PipelineCacheCreateFlagBits
type Output = PipelineCacheCreateFlagBits
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
fn bitand(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for PipelineCacheCreateFlagBits
impl BitAndAssign for PipelineCacheCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
fn bitand_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for PipelineCacheCreateFlagBits
impl BitOr for PipelineCacheCreateFlagBits
Source§type Output = PipelineCacheCreateFlagBits
type Output = PipelineCacheCreateFlagBits
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
fn bitor(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for PipelineCacheCreateFlagBits
impl BitOrAssign for PipelineCacheCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
fn bitor_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for PipelineCacheCreateFlagBits
impl BitXor for PipelineCacheCreateFlagBits
Source§type Output = PipelineCacheCreateFlagBits
type Output = PipelineCacheCreateFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
fn bitxor(self, rhs: PipelineCacheCreateFlagBits) -> PipelineCacheCreateFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for PipelineCacheCreateFlagBits
impl BitXorAssign for PipelineCacheCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
fn bitxor_assign(&mut self, rhs: PipelineCacheCreateFlagBits)
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§type Output = PipelineCacheCreateFlagBits
type Output = PipelineCacheCreateFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> PipelineCacheCreateFlagBits
fn not(self) -> PipelineCacheCreateFlagBits
Performs the unary
! operation. Read moreSource§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