Enum cognitive_frames::Geometry [] [src]

pub enum Geometry {
    Vertical,
    Horizontal,
    Stacked,
}

Defines geometry of the frame.

Variants

Children of frame with this geometry are placed vertically - in one row.

Children of frame with this geometry are placed how - in one column.

Children of frame with this geometry are placed on stack - only one is visible at a time.

Trait Implementations

impl Clone for Geometry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Geometry
[src]

impl Debug for Geometry
[src]

Formats the value using the given formatter.

impl PartialEq for Geometry
[src]

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

This method tests for !=.