Enum artano::Position [] [src]

pub enum Position {
    Top,
    Middle,
    Bottom,
}

Variants

Trait Implementations

impl Debug for Position
[src]

Formats the value using the given formatter.

impl Copy for Position
[src]

impl Clone for Position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more