Enum split_controller::SplitOrientation [] [src]

pub enum SplitOrientation {
    Left,
    Right,
    Top,
    Bottom,
}

Orients split from an edge of parent panel.

Variants

Splits from left edge of parent panel.

Splits from right edge of parent panel.

Splits from top edge of parent panel.

Splits from bottom edge of parent panel.

Trait Implementations

impl Copy for SplitOrientation
[src]

impl Clone for SplitOrientation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SplitOrientation
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for SplitOrientation
[src]

impl Debug for SplitOrientation
[src]

[src]

Formats the value using the given formatter.