Struct ash::vk::PipelineCreationFeedbackFlags
source · pub struct PipelineCreationFeedbackFlags(/* private fields */);
Expand description
Implementations§
source§impl PipelineCreationFeedbackFlags
impl PipelineCreationFeedbackFlags
source§impl PipelineCreationFeedbackFlags
impl PipelineCreationFeedbackFlags
pub const VALID: Self = _
pub const VALID_EXT: Self = Self::VALID
pub const APPLICATION_PIPELINE_CACHE_HIT: Self = _
pub const APPLICATION_PIPELINE_CACHE_HIT_EXT: Self = Self::APPLICATION_PIPELINE_CACHE_HIT
pub const BASE_PIPELINE_ACCELERATION: Self = _
pub const BASE_PIPELINE_ACCELERATION_EXT: Self = Self::BASE_PIPELINE_ACCELERATION
Trait Implementations§
source§impl BitAndAssign for PipelineCreationFeedbackFlags
impl BitAndAssign for PipelineCreationFeedbackFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for PipelineCreationFeedbackFlags
impl BitOrAssign for PipelineCreationFeedbackFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for PipelineCreationFeedbackFlags
impl BitXorAssign for PipelineCreationFeedbackFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineCreationFeedbackFlags
impl Clone for PipelineCreationFeedbackFlags
source§fn clone(&self) -> PipelineCreationFeedbackFlags
fn clone(&self) -> PipelineCreationFeedbackFlags
Returns a copy 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 Hash for PipelineCreationFeedbackFlags
impl Hash for PipelineCreationFeedbackFlags
source§impl Not for PipelineCreationFeedbackFlags
impl Not for PipelineCreationFeedbackFlags
source§impl Ord for PipelineCreationFeedbackFlags
impl Ord for PipelineCreationFeedbackFlags
source§fn cmp(&self, other: &PipelineCreationFeedbackFlags) -> Ordering
fn cmp(&self, other: &PipelineCreationFeedbackFlags) -> 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 PipelineCreationFeedbackFlags
impl PartialEq for PipelineCreationFeedbackFlags
source§fn eq(&self, other: &PipelineCreationFeedbackFlags) -> bool
fn eq(&self, other: &PipelineCreationFeedbackFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PipelineCreationFeedbackFlags
impl PartialOrd for PipelineCreationFeedbackFlags
source§fn partial_cmp(&self, other: &PipelineCreationFeedbackFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &PipelineCreationFeedbackFlags) -> Option<Ordering>
1.0.0 · source§fn 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 PipelineCreationFeedbackFlags
impl Eq for PipelineCreationFeedbackFlags
impl StructuralPartialEq for PipelineCreationFeedbackFlags
Auto Trait Implementations§
impl Freeze for PipelineCreationFeedbackFlags
impl RefUnwindSafe for PipelineCreationFeedbackFlags
impl Send for PipelineCreationFeedbackFlags
impl Sync for PipelineCreationFeedbackFlags
impl Unpin for PipelineCreationFeedbackFlags
impl UnwindSafe for PipelineCreationFeedbackFlags
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