Struct lcms2::StageRef []

pub struct StageRef(_);

Stage functions

Stages are single-step operations that can be chained to create pipelines. Actual stage types does include matrices, tone curves, Look-up interpolation and user-defined. There are functions to create new stage types and a plug-in type to allow stages to be saved in multi profile elements tag types. See the plug-in API for further details.

Methods

impl StageRef
[src]

[src]

[src]

[src]

Trait Implementations

impl Borrow<StageRef> for Stage

Immutably borrows from an owned value. Read more

impl AsRef<StageRef> for Stage

Performs the conversion.

impl ForeignTypeRef for StageRef

The raw C type.

Important traits for &'a mut I
[src]

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut I
[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Debug for StageRef
[src]

[src]

Formats the value using the given formatter. Read more