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

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

Variants

Trait Implementations

impl Ord for Factor
[src]

[src]

impl Hash for Factor
[src]

[src]

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

1.3.0
[src]

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

impl Copy for Factor
[src]

impl Clone for Factor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Factor
[src]

impl PartialEq<Factor> for Factor
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for Factor
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<Factor> for Factor
[src]

[src]

[src]

[src]

[src]

[src]