Enum ytesrev::anchor::AnchorDirection[][src]

pub enum AnchorDirection {
    North,
    East,
    South,
    West,
    NorthEast,
    SouthEast,
    SouthWest,
    NorthWest,
}

The direction to anchor the object to

Variants

Auto Trait Implementations