Struct graphics::draw_state::state::BlendChannel
[−]
[src]
pub struct BlendChannel { pub equation: Equation, pub source: Factor, pub destination: Factor, }
Fields
equation: Equation
source: Factor
destination: Factor
Trait Implementations
impl Debug for BlendChannel
impl Clone for BlendChannel
fn clone(&self) -> BlendChannel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more