Enum raster::transform::TransformMode [] [src]

pub enum TransformMode {
    Horizontal,
    Vertical,
}

An enum for the various modes that can be used for transforming.

Variants

Transform on x axis.

Transform on y axis.

Trait Implementations

impl Debug for TransformMode
[src]

Formats the value using the given formatter.