Struct gfx::state::BlendChannel []

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

Fields

Trait Implementations

impl PartialOrd<BlendChannel> for BlendChannel

impl Hash for BlendChannel

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Ord for BlendChannel

impl Eq for BlendChannel

impl PartialEq<BlendChannel> for BlendChannel

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for BlendChannel

Returns the "default value" for a type. Read more

impl Clone for BlendChannel

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlendChannel

impl Debug for BlendChannel

Formats the value using the given formatter.