Struct gfx::device::state::BlendChannel [] [src]

pub struct BlendChannel {
    pub equation: Equation,
    pub source: Factor,
    pub destination: Factor,
}

Fields

equation
source
destination

Trait Implementations

impl Default for BlendChannel

fn default() -> BlendChannel

Derived Implementations

impl Debug for BlendChannel

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

impl Clone for BlendChannel

fn clone(&self) -> BlendChannel

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

impl Copy for BlendChannel

impl Hash for BlendChannel

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

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

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

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

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

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

impl PartialEq<BlendChannel> for BlendChannel

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

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

impl Ord for BlendChannel

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

impl Eq for BlendChannel