Enum conrod::widget::canvas::Direction [] [src]

pub enum Direction {
    X(Direction),
    Y(Direction),
}

The direction in which a sequence of canvas splits will be laid out.

Variants

Lay splits along the x axis.

Lay splits along the y axis.

Trait Implementations

impl Copy for Direction
[src]

impl Clone for Direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Direction
[src]

Formats the value using the given formatter.