Enum gfx::state::Factor [] [src]

pub enum Factor {
    Zero,
    One,
    SourceAlphaSaturated,
    ZeroPlus(BlendValue),
    OneMinus(BlendValue),
}

Variants

Trait Implementations

impl PartialOrd<Factor> for Factor
[src]

impl Copy for Factor
[src]

impl Ord for Factor
[src]

impl Eq for Factor
[src]

impl Hash for Factor
[src]

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

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

impl PartialEq<Factor> for Factor
[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 Factor
[src]

Formats the value using the given formatter.

impl Clone for Factor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more