Struct graphics::draw_state::state::Blend [] [src]

pub struct Blend {
    pub color: BlendChannel,
    pub alpha: BlendChannel,
    pub value: [f32; 4],
}

Fields

color
alpha
value

Trait Implementations

impl Default for Blend

fn default() -> Blend

impl Debug for Blend

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

Derived Implementations

impl PartialEq<Blend> for Blend

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

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

impl PartialOrd<Blend> for Blend

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

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

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

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

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

impl Clone for Blend

fn clone(&self) -> Blend

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

impl Copy for Blend