Struct palette::blend::Parameters[][src]

pub struct Parameters {
    pub source: Parameter,
    pub destination: Parameter,
}

A pair of source and destination parameters.

Fields

The source parameter.

The destination parameter.

Trait Implementations

impl Clone for Parameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Parameters
[src]

impl PartialEq for Parameters
[src]

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

This method tests for !=.

impl Eq for Parameters
[src]

impl Debug for Parameters
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Parameters

impl Sync for Parameters