Enum cursive::views::LayerPosition [] [src]

pub enum LayerPosition {
    FromBack(usize),
    FromFront(usize),
}

Identifies a layer in a StackView.

Variants

Starts from the back (bottom) of the stack.

Starts from the front (top) of the stack.

Trait Implementations

impl Clone for LayerPosition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LayerPosition
[src]

impl Debug for LayerPosition
[src]

[src]

Formats the value using the given formatter.