Enum gfx::state::BlendValue [] [src]

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

Variants

Trait Implementations

impl PartialOrd<BlendValue> for BlendValue
[src]

impl Copy for BlendValue
[src]

impl Ord for BlendValue
[src]

impl Eq for BlendValue
[src]

impl Hash for BlendValue
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<BlendValue> for BlendValue
[src]

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

This method tests for !=.

impl Debug for BlendValue
[src]

Formats the value using the given formatter.

impl Clone for BlendValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more