Enum gfx::state::BlendValue []

pub enum BlendValue {
    SourceColor,
    SourceAlpha,
    DestColor,
    DestAlpha,
    ConstColor,
    ConstAlpha,
}

Variants

Trait Implementations

impl Debug for BlendValue

Formats the value using the given formatter.

impl Hash for BlendValue

impl PartialOrd<BlendValue> for BlendValue

impl PartialEq<BlendValue> for BlendValue

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BlendValue

impl Copy for BlendValue

impl Ord for BlendValue

impl Clone for BlendValue

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more