Enum gfx::state::BlendValue []

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

Variants

Trait Implementations

impl PartialOrd<BlendValue> for BlendValue

impl Hash for BlendValue

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Ord for BlendValue

impl Eq 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 Clone for BlendValue

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlendValue

impl Debug for BlendValue

Formats the value using the given formatter.