Struct ash::vk::BlendFactor
source · pub struct BlendFactor(/* private fields */);
Expand description
Implementations§
source§impl BlendFactor
impl BlendFactor
source§impl BlendFactor
impl BlendFactor
pub const ZERO: Self = _
pub const ONE: Self = _
pub const SRC_COLOR: Self = _
pub const ONE_MINUS_SRC_COLOR: Self = _
pub const DST_COLOR: Self = _
pub const ONE_MINUS_DST_COLOR: Self = _
pub const SRC_ALPHA: Self = _
pub const ONE_MINUS_SRC_ALPHA: Self = _
pub const DST_ALPHA: Self = _
pub const ONE_MINUS_DST_ALPHA: Self = _
pub const CONSTANT_COLOR: Self = _
pub const ONE_MINUS_CONSTANT_COLOR: Self = _
pub const CONSTANT_ALPHA: Self = _
pub const ONE_MINUS_CONSTANT_ALPHA: Self = _
pub const SRC_ALPHA_SATURATE: Self = _
pub const SRC1_COLOR: Self = _
pub const ONE_MINUS_SRC1_COLOR: Self = _
pub const SRC1_ALPHA: Self = _
pub const ONE_MINUS_SRC1_ALPHA: Self = _
Trait Implementations§
source§impl Clone for BlendFactor
impl Clone for BlendFactor
source§fn clone(&self) -> BlendFactor
fn clone(&self) -> BlendFactor
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 Debug for BlendFactor
impl Debug for BlendFactor
source§impl Default for BlendFactor
impl Default for BlendFactor
source§fn default() -> BlendFactor
fn default() -> BlendFactor
Returns the “default value” for a type. Read more
source§impl Hash for BlendFactor
impl Hash for BlendFactor
source§impl Ord for BlendFactor
impl Ord for BlendFactor
source§fn cmp(&self, other: &BlendFactor) -> Ordering
fn cmp(&self, other: &BlendFactor) -> 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 BlendFactor
impl PartialEq for BlendFactor
source§fn eq(&self, other: &BlendFactor) -> bool
fn eq(&self, other: &BlendFactor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BlendFactor
impl PartialOrd for BlendFactor
source§fn partial_cmp(&self, other: &BlendFactor) -> Option<Ordering>
fn partial_cmp(&self, other: &BlendFactor) -> 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 BlendFactor
impl Eq for BlendFactor
impl StructuralPartialEq for BlendFactor
Auto Trait Implementations§
impl Freeze for BlendFactor
impl RefUnwindSafe for BlendFactor
impl Send for BlendFactor
impl Sync for BlendFactor
impl Unpin for BlendFactor
impl UnwindSafe for BlendFactor
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