#[repr(transparent)]pub struct PipelineColorBlendStateCreateFlags(_);Expand description
Implementations
sourceimpl 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
sourceimpl PipelineColorBlendStateCreateFlags
impl PipelineColorBlendStateCreateFlags
Generated from ‘VK_ARM_rasterization_order_attachment_access’
pub const RASTERIZATION_ORDER_ATTACHMENT_ACCESS_ARM: PipelineColorBlendStateCreateFlags = Self(1)
Trait Implementations
sourceimpl BitAnd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitAnd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitand(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
Performs the & operation. Read more
sourceimpl BitAndAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitAndAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
sourcefn bitand_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
Performs the &= operation. Read more
sourceimpl BitOr<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitOr<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
Performs the | operation. Read more
sourceimpl BitOrAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitOrAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
sourcefn bitor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
Performs the |= operation. Read more
sourceimpl BitXor<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitXor<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
fn bitxor(
self,
rhs: PipelineColorBlendStateCreateFlags
) -> PipelineColorBlendStateCreateFlags
Performs the ^ operation. Read more
sourceimpl BitXorAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl BitXorAssign<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
sourcefn bitxor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineColorBlendStateCreateFlags)
Performs the ^= operation. Read more
sourceimpl Clone for PipelineColorBlendStateCreateFlags
impl Clone for PipelineColorBlendStateCreateFlags
sourcefn clone(&self) -> PipelineColorBlendStateCreateFlags
fn clone(&self) -> PipelineColorBlendStateCreateFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineColorBlendStateCreateFlags
impl Default for PipelineColorBlendStateCreateFlags
sourcefn default() -> PipelineColorBlendStateCreateFlags
fn default() -> PipelineColorBlendStateCreateFlags
Returns the “default value” for a type. Read more
sourceimpl Not for PipelineColorBlendStateCreateFlags
impl Not for PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
type Output = PipelineColorBlendStateCreateFlags
The resulting type after applying the ! operator.
sourcefn not(self) -> PipelineColorBlendStateCreateFlags
fn not(self) -> PipelineColorBlendStateCreateFlags
Performs the unary ! operation. Read more
sourceimpl Ord for PipelineColorBlendStateCreateFlags
impl Ord for PipelineColorBlendStateCreateFlags
sourceimpl PartialEq<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl PartialEq<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PipelineColorBlendStateCreateFlags) -> bool
fn ne(&self, other: &PipelineColorBlendStateCreateFlags) -> bool
This method tests for !=.
sourceimpl PartialOrd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
impl PartialOrd<PipelineColorBlendStateCreateFlags> for PipelineColorBlendStateCreateFlags
sourcefn partial_cmp(
&self,
other: &PipelineColorBlendStateCreateFlags
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &PipelineColorBlendStateCreateFlags
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for PipelineColorBlendStateCreateFlags
impl Eq for PipelineColorBlendStateCreateFlags
impl StructuralEq for PipelineColorBlendStateCreateFlags
impl StructuralPartialEq for PipelineColorBlendStateCreateFlags
Auto Trait Implementations
impl RefUnwindSafe for PipelineColorBlendStateCreateFlags
impl Send for PipelineColorBlendStateCreateFlags
impl Sync for PipelineColorBlendStateCreateFlags
impl Unpin for PipelineColorBlendStateCreateFlags
impl UnwindSafe for PipelineColorBlendStateCreateFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more