Struct ash::vk::PipelineCreationFeedbackFlags
source · #[repr(transparent)]pub struct PipelineCreationFeedbackFlags(_);
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<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
impl BitAndAssign<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
impl BitOrAssign<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
impl BitXorAssign<PipelineCreationFeedbackFlags> 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<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
impl PartialEq<PipelineCreationFeedbackFlags> 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<PipelineCreationFeedbackFlags> for PipelineCreationFeedbackFlags
impl PartialOrd<PipelineCreationFeedbackFlags> 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 more