Enum raster::PositionMode [] [src]

pub enum PositionMode {
    TopLeft,
    TopCenter,
    TopRight,
    CenterLeft,
    Center,
    CenterRight,
    BottomLeft,
    BottomCenter,
    BottomRight,
}

Enumeration for different anchor positions.

Variants

Trait Implementations

impl Debug for PositionMode
[src]

Formats the value using the given formatter.