Struct palette::blend::Parameters
[−]
[src]
pub struct Parameters {
pub source: Parameter,
pub destination: Parameter,
}A pair of source and destination parameters.
Fields
source: Parameter
The source parameter.
destination: Parameter
The destination parameter.
Trait Implementations
impl Debug for Parameters[src]
impl Eq for Parameters[src]
impl PartialEq for Parameters[src]
fn eq(&self, __arg_0: &Parameters) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Parameters) -> bool
This method tests for !=.
impl Copy for Parameters[src]
impl Clone for Parameters[src]
fn clone(&self) -> Parameters
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