Struct lcms2::Pipeline []

pub struct Pipeline(_);

This is an owned version of PipelineRef.

Methods

impl Pipeline
[src]

[src]

Allocates an empty pipeline. Final Input and output channels must be specified at creation time.

Methods from Deref<Target = PipelineRef>

[src]

Appends pipeline given as argument at the end of this pipeline. Channel count must match.

[src]

[src]

[src]

Important traits for StagesIter<'a>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Pipeline

Executes the destructor for this type. Read more

impl Clone for Pipeline

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Pipeline

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Pipeline

Mutably dereferences the value.

impl Borrow<PipelineRef> for Pipeline

Immutably borrows from an owned value. Read more

impl AsRef<PipelineRef> for Pipeline

Performs the conversion.