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

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

Variants

SourceColor
SourceAlpha
DestColor
DestAlpha
ConstColor
ConstAlpha

Trait Implementations

Derived Implementations

impl Debug for BlendValue

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

impl Clone for BlendValue

fn clone(&self) -> BlendValue

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

impl Copy for BlendValue

impl Hash for BlendValue

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<BlendValue> for BlendValue

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

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

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

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

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

impl PartialEq<BlendValue> for BlendValue

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

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

impl Ord for BlendValue

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

impl Eq for BlendValue