Struct ash::vk::PipelineColorBlendStateCreateFlags
source · pub struct PipelineColorBlendStateCreateFlags(/* private fields */);
Expand description
Implementations§
source§impl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
source§impl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_ACCESS_ARM: Self = Self::RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXT
source§impl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
Generated from ‘VK_EXT_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_ACCESS_EXT: Self = _
Trait Implementations§
source§impl BitAndAssign for PipelineColorBlendStateCreateFlags
impl BitAndAssign for PipelineColorBlendStateCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for PipelineColorBlendStateCreateFlags
impl BitOrAssign for PipelineColorBlendStateCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for PipelineColorBlendStateCreateFlags
impl BitXorAssign for PipelineColorBlendStateCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineColorBlendStateCreateFlags
impl Clone for PipelineColorBlendStateCreateFlags
source§fn clone(&self) -> PipelineColorBlendStateCreateFlags
fn clone(&self) -> PipelineColorBlendStateCreateFlags
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 Ord for PipelineColorBlendStateCreateFlags
impl Ord for PipelineColorBlendStateCreateFlags
source§fn cmp(&self, other: &PipelineColorBlendStateCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineColorBlendStateCreateFlags) -> 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 PipelineColorBlendStateCreateFlags
impl PartialEq for PipelineColorBlendStateCreateFlags
source§fn eq(&self, other: &PipelineColorBlendStateCreateFlags) -> bool
fn eq(&self, other: &PipelineColorBlendStateCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PipelineColorBlendStateCreateFlags
impl PartialOrd for PipelineColorBlendStateCreateFlags
source§fn partial_cmp(
&self,
other: &PipelineColorBlendStateCreateFlags
) -> Option<Ordering>
fn partial_cmp( &self, other: &PipelineColorBlendStateCreateFlags ) -> 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 PipelineColorBlendStateCreateFlags
impl Eq for PipelineColorBlendStateCreateFlags
impl StructuralPartialEq for PipelineColorBlendStateCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineColorBlendStateCreateFlags
impl RefUnwindSafe for PipelineColorBlendStateCreateFlags
impl Send for PipelineColorBlendStateCreateFlags
impl Sync for PipelineColorBlendStateCreateFlags
impl Unpin for PipelineColorBlendStateCreateFlags
impl UnwindSafe for PipelineColorBlendStateCreateFlags
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