Struct lcms2::Transform [] [src]

pub struct Transform<F, T> { /* fields omitted */ }

Methods

impl<InputPixelFormat: Copy + Clone, OutputPixelFormat: Copy + Clone> Transform<InputPixelFormat, OutputPixelFormat>
[src]

impl<PixelFormat: Copy + Clone> Transform<PixelFormat, PixelFormat>
[src]

Trait Implementations

impl<F, T> Drop for Transform<F, T>
[src]

A method called when the value goes out of scope. Read more