Enum layout2d::node_data::FlexDirection
[−]
[src]
pub enum FlexDirection {
Column,
Row,
}Which way the rectangles should flex
Variants
ColumnRowTrait Implementations
impl Debug for FlexDirection[src]
impl Copy for FlexDirection[src]
impl Clone for FlexDirection[src]
fn clone(&self) -> FlexDirection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more