Struct gfx::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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
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
impl Copy for BlendChannel
impl Hash for BlendChannel
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
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BlendChannel) -> bool
This method tests for !=
.
impl Ord for BlendChannel
fn cmp(&self, __arg_0: &BlendChannel) -> Ordering
impl Eq for BlendChannel
impl Default for BlendChannel
fn default() -> BlendChannel
Returns the "default value" for a type. Read more