Struct screen_13::prelude::vk::PipelineColorBlendStateCreateFlags
source · pub struct PipelineColorBlendStateCreateFlags(_);Expand description
Implementations§
source§impl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
pub const fn empty() -> PipelineColorBlendStateCreateFlags
pub const fn from_raw(x: u32) -> PipelineColorBlendStateCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: PipelineColorBlendStateCreateFlags) -> bool
sourcepub const fn contains(self, other: PipelineColorBlendStateCreateFlags) -> bool
pub const fn contains(self, other: PipelineColorBlendStateCreateFlags) -> bool
Returns whether other is a subset of self
source§impl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_ACCESS_ARM: PipelineColorBlendStateCreateFlags = 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: PipelineColorBlendStateCreateFlags = Self(1)
Trait Implementations§
source§impl BitAnd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitAnd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
§type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitand( self, rhs: PipelineColorBlendStateCreateFlags ) -> PipelineColorBlendStateCreateFlags
Performs the
& operation. Read moresource§impl BitAndAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitAndAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
source§fn bitand_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
Performs the
&= operation. Read moresource§impl BitOr<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitOr<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
§type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitor( self, rhs: PipelineColorBlendStateCreateFlags ) -> PipelineColorBlendStateCreateFlags
Performs the
| operation. Read moresource§impl BitOrAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitOrAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
source§fn bitor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
Performs the
|= operation. Read moresource§impl BitXor<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitXor<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
§type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitxor( self, rhs: PipelineColorBlendStateCreateFlags ) -> PipelineColorBlendStateCreateFlags
Performs the
^ operation. Read moresource§impl BitXorAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitXorAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
source§fn bitxor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
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 Default for PipelineColorBlendStateCreateFlags
impl Default for PipelineColorBlendStateCreateFlags
source§fn default() -> PipelineColorBlendStateCreateFlags
fn default() -> PipelineColorBlendStateCreateFlags
Returns the “default value” for a type. Read more
source§impl Not for PipelineColorBlendStateCreateFlags
impl Not for PipelineColorBlendStateCreateFlags
§type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the
! operator.source§fn not(self) -> PipelineColorBlendStateCreateFlags
fn not(self) -> PipelineColorBlendStateCreateFlags
Performs the unary
! operation. 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<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl PartialEq<PipelineColorBlendStateCreateFlags> 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<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl PartialOrd<PipelineColorBlendStateCreateFlags> 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 more