pub struct PipelineCreationFeedbackFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineCreationFeedbackFlagBits
impl PipelineCreationFeedbackFlagBits
Sourcepub const APPLICATION_PIPELINE_CACHE_HIT: Self
pub const APPLICATION_PIPELINE_CACHE_HIT: Self
Bit 1.
Sourcepub const BASE_PIPELINE_ACCELERATION: Self
pub const BASE_PIPELINE_ACCELERATION: Self
Bit 2.
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 BitAndAssign for PipelineCreationFeedbackFlagBits
impl BitAndAssign for PipelineCreationFeedbackFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PipelineCreationFeedbackFlagBits
impl BitOrAssign for PipelineCreationFeedbackFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for PipelineCreationFeedbackFlagBits
impl BitXorAssign for PipelineCreationFeedbackFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PipelineCreationFeedbackFlagBits
impl Clone for PipelineCreationFeedbackFlagBits
Source§fn clone(&self) -> PipelineCreationFeedbackFlagBits
fn clone(&self) -> PipelineCreationFeedbackFlagBits
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 Default for PipelineCreationFeedbackFlagBits
impl Default for PipelineCreationFeedbackFlagBits
Source§fn default() -> PipelineCreationFeedbackFlagBits
fn default() -> PipelineCreationFeedbackFlagBits
Returns the “default value” for a type. Read more
Source§impl Ord for PipelineCreationFeedbackFlagBits
impl Ord for PipelineCreationFeedbackFlagBits
Source§fn cmp(&self, other: &PipelineCreationFeedbackFlagBits) -> Ordering
fn cmp(&self, other: &PipelineCreationFeedbackFlagBits) -> 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 for PipelineCreationFeedbackFlagBits
impl PartialEq for PipelineCreationFeedbackFlagBits
Source§fn eq(&self, other: &PipelineCreationFeedbackFlagBits) -> bool
fn eq(&self, other: &PipelineCreationFeedbackFlagBits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineCreationFeedbackFlagBits
impl PartialOrd for PipelineCreationFeedbackFlagBits
impl Copy for PipelineCreationFeedbackFlagBits
impl Eq for PipelineCreationFeedbackFlagBits
impl StructuralPartialEq for PipelineCreationFeedbackFlagBits
Auto Trait Implementations§
impl Freeze for PipelineCreationFeedbackFlagBits
impl RefUnwindSafe for PipelineCreationFeedbackFlagBits
impl Send for PipelineCreationFeedbackFlagBits
impl Sync for PipelineCreationFeedbackFlagBits
impl Unpin for PipelineCreationFeedbackFlagBits
impl UnsafeUnpin for PipelineCreationFeedbackFlagBits
impl UnwindSafe for PipelineCreationFeedbackFlagBits
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