Struct gfx::state::BlendChannel [] [src]

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

Fields

Trait Implementations

impl Ord for BlendChannel
[src]

[src]

impl Copy for BlendChannel
[src]

impl Hash for BlendChannel
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for BlendChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for BlendChannel
[src]

impl PartialEq<BlendChannel> for BlendChannel
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for BlendChannel
[src]

[src]

Formats the value using the given formatter.

impl Default for BlendChannel
[src]

[src]

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

impl PartialOrd<BlendChannel> for BlendChannel
[src]

[src]

[src]

[src]

[src]

[src]