Enum gfx::state::Factor []

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

Variants

Trait Implementations

impl Debug for Factor

Formats the value using the given formatter.

impl Hash for Factor

impl PartialOrd<Factor> for Factor

impl PartialEq<Factor> for Factor

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

This method tests for !=.

impl Eq for Factor

impl Copy for Factor

impl Ord for Factor

impl Clone for Factor

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more