Struct gfx::device::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 PartialEq<Blend> for Blend

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

fn ne(&self, other: &Rhs) -> bool

impl Clone for Blend

fn clone(&self) -> Blend

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

impl Debug for Blend

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

Derived Implementations

impl Copy for Blend