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

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

Variants

Zero
One
SourceAlphaSaturated
ZeroPlus
OneMinus

Trait Implementations

Derived Implementations

impl Debug for Factor

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for Factor

fn clone(&self) -> Factor

fn clone_from(&mut self, source: &Self)

impl Copy for Factor

impl Hash for Factor

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd<Factor> for Factor

fn partial_cmp(&self, __arg_0: &Factor) -> Option<Ordering>

fn lt(&self, __arg_0: &Factor) -> bool

fn le(&self, __arg_0: &Factor) -> bool

fn gt(&self, __arg_0: &Factor) -> bool

fn ge(&self, __arg_0: &Factor) -> bool

impl PartialEq<Factor> for Factor

fn eq(&self, __arg_0: &Factor) -> bool

fn ne(&self, __arg_0: &Factor) -> bool

impl Ord for Factor

fn cmp(&self, __arg_0: &Factor) -> Ordering

impl Eq for Factor