Enum layout2d::node_data::FlexDirection [] [src]

pub enum FlexDirection {
    Column,
    Row,
}

Which way the rectangles should flex

Variants

Trait Implementations

impl Debug for FlexDirection
[src]

Formats the value using the given formatter.

impl Copy for FlexDirection
[src]

impl Clone for FlexDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FlexDirection
[src]

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

This method tests for !=.