Struct ash::vk::BlendFactor
source · #[repr(transparent)]pub struct BlendFactor(_);Expand description
Implementations
sourceimpl BlendFactor
impl BlendFactor
sourceimpl 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
sourceimpl Clone for BlendFactor
impl Clone for BlendFactor
sourcefn clone(&self) -> BlendFactor
fn clone(&self) -> BlendFactor
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 moresourceimpl Debug for BlendFactor
impl Debug for BlendFactor
sourceimpl Default for BlendFactor
impl Default for BlendFactor
sourcefn default() -> BlendFactor
fn default() -> BlendFactor
Returns the “default value” for a type. Read more
sourceimpl Hash for BlendFactor
impl Hash for BlendFactor
sourceimpl Ord for BlendFactor
impl Ord for BlendFactor
sourcefn cmp(&self, other: &BlendFactor) -> Ordering
fn cmp(&self, other: &BlendFactor) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<BlendFactor> for BlendFactor
impl PartialEq<BlendFactor> for BlendFactor
sourcefn eq(&self, other: &BlendFactor) -> bool
fn eq(&self, other: &BlendFactor) -> bool
sourceimpl PartialOrd<BlendFactor> for BlendFactor
impl PartialOrd<BlendFactor> for BlendFactor
sourcefn partial_cmp(&self, other: &BlendFactor) -> Option<Ordering>
fn partial_cmp(&self, other: &BlendFactor) -> Option<Ordering>
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 moreimpl Copy for BlendFactor
impl Eq for BlendFactor
impl StructuralEq for BlendFactor
impl StructuralPartialEq for BlendFactor
Auto Trait Implementations
impl RefUnwindSafe for BlendFactor
impl Send for BlendFactor
impl Sync for BlendFactor
impl Unpin for BlendFactor
impl UnwindSafe for BlendFactor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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